Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1169 char check_function_code[2048]; in CreateObjectChecker() local
1173 len = ::snprintf(check_function_code, sizeof(check_function_code), R"( in CreateObjectChecker()
1192 len = ::snprintf(check_function_code, sizeof(check_function_code), R"( in CreateObjectChecker()
1214 assert(len < (int)sizeof(check_function_code)); in CreateObjectChecker()
1217 return GetTargetRef().CreateUtilityFunction(check_function_code, name, in CreateObjectChecker()