Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h65 bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) override;
H A DAppleObjCRuntime.cpp327 bool AppleObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) { in ReadObjCLibrary() function in AppleObjCRuntime
578 ReadObjCLibrary(mod); in ReadObjCLibraryIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h216 virtual bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) = 0;