Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.h67 bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) override;
DAppleObjCRuntime.cpp347 bool AppleObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) { in ReadObjCLibrary() function in AppleObjCRuntime
621 ReadObjCLibrary(mod); in ReadObjCLibraryIfNeeded()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.h233 virtual bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) = 0;