Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.h55 ReadObjCLibrary (const lldb::ModuleSP &module_sp);
DAppleObjCRuntime.cpp263 AppleObjCRuntime::ReadObjCLibrary (const ModuleSP &module_sp) in ReadObjCLibrary() function in AppleObjCRuntime
/external/lldb/include/lldb/Target/
DObjCLanguageRuntime.h283 ReadObjCLibrary (const lldb::ModuleSP &module_sp) = 0;
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp911 objc_runtime->ReadObjCLibrary (loaded_module_list.GetModuleAtIndex (i)); in AddModulesUsingImageInfos()