Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp745 m_has_object_getClass = HasSymbol(g_gdb_object_getClass); in AppleObjCRuntimeV2()
750 m_has_objc_copyRealizedClassList = HasSymbol(g_objc_copyRealizedClassList); in AppleObjCRuntimeV2()
752 HasSymbol(g_objc_getRealizedClassList_trylock); in AppleObjCRuntimeV2()
1911 m_runtime.HasSymbol(g_class_getNameRaw_symbol_name) in GetClassInfoUtilityFunctionImpl()
2245 bool AppleObjCRuntimeV2::HasSymbol(ConstString Name) { in HasSymbol() function in AppleObjCRuntimeV2
H A DAppleObjCRuntimeV2.h445 bool HasSymbol(ConstString Name);
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h532 bool HasSymbol = false; variable
H A DELFObject.cpp727 DefinedIn->HasSymbol = true; in addSymbol()
2598 [](const SectionBase &Sec) { return Sec.HasSymbol; }); in finalize()