Home
last modified time | relevance | path

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

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