Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp188 char empty_function_code[2048]; in CreateObjectChecker() local
189 int len = ::snprintf(empty_function_code, sizeof(empty_function_code), in CreateObjectChecker()
192 assert(len < (int)sizeof(empty_function_code)); in CreateObjectChecker()
195 return GetTargetRef().CreateUtilityFunction(empty_function_code, name, in CreateObjectChecker()