Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h89 bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) override;
H A DGNUstepObjCRuntime.cpp213 bool GNUstepObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) { in ReadObjCLibrary() function in GNUstepObjCRuntime
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h67 bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) override;
H A DAppleObjCRuntime.cpp349 bool AppleObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) { in ReadObjCLibrary() function in AppleObjCRuntime
614 ReadObjCLibrary(mod); in ReadObjCLibraryIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h250 virtual bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) = 0;
H A DObjCLanguageRuntime.cpp239 ReadObjCLibrary(mod); in ReadObjCLibraryIfNeeded()