Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DModuleList.h160 LogUUIDAndPaths (Log *log, const char *prefix_cstr);
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp917 loaded_module_list.LogUUIDAndPaths (log, "DynamicLoaderMacOSXDYLD::ModulesDidLoad"); in AddModulesUsingImageInfos()
1008 unloaded_module_list.LogUUIDAndPaths (log, "DynamicLoaderMacOSXDYLD::ModulesDidUnload"); in RemoveModulesUsingImageInfosAddress()
/external/lldb/source/Core/
DModuleList.cpp709 ModuleList::LogUUIDAndPaths (Log *log, const char *prefix_cstr) in LogUUIDAndPaths() function in ModuleList