Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1094 char check_function_code[2048]; in CreateObjectChecker() local
1098 len = ::snprintf(check_function_code, sizeof(check_function_code), R"( in CreateObjectChecker()
1117 len = ::snprintf(check_function_code, sizeof(check_function_code), R"( in CreateObjectChecker()
1139 assert(len < (int)sizeof(check_function_code)); in CreateObjectChecker()
1142 return GetTargetRef().CreateUtilityFunction(check_function_code, name, in CreateObjectChecker()