Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp168 if (module_spec.GetSourceMappingList().GetSize()) in CreateInstance()
169 … module_sp->GetSourceMappingList().Append (module_spec.GetSourceMappingList (), true); in CreateInstance()
180 …if (module_sp->GetSourceMappingList().IsEmpty() && dsym_fspec.GetPath(dsym_path, sizeof(dsym_path)… in CreateInstance()
274 …module_sp->GetSourceMappingList().Append (ConstString(DBGBuildSourcePath), ConstString(DBGSourcePa… in CreateInstance()
/external/lldb/include/lldb/Core/
DModule.h880 GetSourceMappingList () in GetSourceMappingList() function
886 GetSourceMappingList () const in GetSourceMappingList() function
DModuleSpec.h271 GetSourceMappingList () const in GetSourceMappingList() function
/external/lldb/source/Host/macosx/
DSymbols.cpp387 …module_spec.GetSourceMappingList().Append (ConstString(build_src_path), ConstString(actual_src_pat… in LocateMacOSXFilesUsingDebugSymbols()
625 …module_spec.GetSourceMappingList().Append (ConstString(DBGBuildSourcePath.c_str()), ConstString(DB… in GetModuleSpecInfoFromUUIDDictionary()