Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
617 ReadObjCLibrary(mod); in ReadObjCLibraryIfNeeded()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h243 virtual bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) = 0;