HomeSort by relevance Sort by last modified time
    Searched refs:GetSourceMappingList (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/SymbolVendor/MacOSX/
SymbolVendorMacOSX.cpp 168 if (module_spec.GetSourceMappingList().GetSize())
169 module_sp->GetSourceMappingList().Append (module_spec.GetSourceMappingList (), true);
180 if (module_sp->GetSourceMappingList().IsEmpty() && dsym_fspec.GetPath(dsym_path, sizeof(dsym_path)))
274 module_sp->GetSourceMappingList().Append (ConstString(DBGBuildSourcePath), ConstString(DBGSourcePath), true);
  /external/lldb/include/lldb/Core/
Module.h     [all...]
ModuleSpec.h 271 GetSourceMappingList () const
  /external/lldb/source/Host/macosx/
Symbols.cpp 387 module_spec.GetSourceMappingList().Append (ConstString(build_src_path), ConstString(actual_src_path), true);
625 module_spec.GetSourceMappingList().Append (ConstString(DBGBuildSourcePath.c_str()), ConstString(DBGSourcePath.c_str()), true);
    [all...]

Completed in 473 milliseconds