Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h67 bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) override;
H A DAppleObjCRuntime.cpp348 bool AppleObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) { in ReadObjCLibrary() function in AppleObjCRuntime
617 ReadObjCLibrary(mod); in ReadObjCLibraryIfNeeded()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h242 virtual bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) = 0;