Home
last modified time | relevance | path

Searched refs:check_function_code (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1193 char check_function_code[2048]; in CreateObjectChecker() local
1197 len = ::snprintf(check_function_code, sizeof(check_function_code), R"( in CreateObjectChecker()
1216 len = ::snprintf(check_function_code, sizeof(check_function_code), R"( in CreateObjectChecker()
1238 assert(len < (int)sizeof(check_function_code)); in CreateObjectChecker()
1241 return GetTargetRef().CreateUtilityFunction(check_function_code, name, in CreateObjectChecker()