Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h87 bool IsModuleObjCLibrary(const lldb::ModuleSP &module_sp) override;
H A DGNUstepObjCRuntime.cpp208 bool GNUstepObjCRuntime::IsModuleObjCLibrary(const ModuleSP &module_sp) { in IsModuleObjCLibrary() function in GNUstepObjCRuntime
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h65 bool IsModuleObjCLibrary(const lldb::ModuleSP &module_sp) override;
H A DAppleObjCRuntime.cpp345 bool AppleObjCRuntime::IsModuleObjCLibrary(const ModuleSP &module_sp) { in IsModuleObjCLibrary() function in AppleObjCRuntime
613 if (IsModuleObjCLibrary(mod)) { in ReadObjCLibraryIfNeeded()
H A DAppleObjCTrampolineHandler.cpp357 ->IsModuleObjCLibrary(module_sp)) { in InitializeVTableSymbols()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h248 virtual bool IsModuleObjCLibrary(const lldb::ModuleSP &module_sp) = 0;
H A DObjCLanguageRuntime.cpp238 if (IsModuleObjCLibrary(mod)) { in ReadObjCLibraryIfNeeded()