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.cpp1176 char check_function_code[2048]; in CreateObjectChecker() local
1180 len = ::snprintf(check_function_code, sizeof(check_function_code), R"( in CreateObjectChecker()
1199 len = ::snprintf(check_function_code, sizeof(check_function_code), R"( in CreateObjectChecker()
1221 assert(len < (int)sizeof(check_function_code)); in CreateObjectChecker()
1224 return GetTargetRef().CreateUtilityFunction(check_function_code, name, in CreateObjectChecker()