Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp744 m_has_object_getClass = HasSymbol(g_gdb_object_getClass); in AppleObjCRuntimeV2()
749 m_has_objc_copyRealizedClassList = HasSymbol(g_objc_copyRealizedClassList); in AppleObjCRuntimeV2()
751 HasSymbol(g_objc_getRealizedClassList_trylock); in AppleObjCRuntimeV2()
1783 m_runtime.HasSymbol(g_class_getNameRaw_symbol_name) in GetClassInfoUtilityFunctionImpl()
2117 bool AppleObjCRuntimeV2::HasSymbol(ConstString Name) { in HasSymbol() function in AppleObjCRuntimeV2
H A DAppleObjCRuntimeV2.h418 bool HasSymbol(ConstString Name);
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h413 bool HasSymbol = false; variable
H A DELFObject.cpp697 DefinedIn->HasSymbol = true; in addSymbol()
2524 [](const SectionBase &Sec) { return Sec.HasSymbol; }); in finalize()