Searched refs:remapped_file (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 239 std::string remapped_file; local 241 if (!module->RemapSourceFile(llvm::StringRef(*file_path), remapped_file)) 242 remapped_file = std::move(*file_path); 245 support_files.EmplaceBack(remapped_file, style); 673 std::string remapped_file; in MakeAbsoluteAndRemap() local 674 if (module_sp->RemapSourceFile(file_spec.GetPath(), remapped_file)) in MakeAbsoluteAndRemap() 675 file_spec.SetFile(remapped_file, FileSpec::Style::native); in MakeAbsoluteAndRemap()
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 336 FileSpec remapped_file; in CreateBreakpoint() local 337 if (!GetSourcePathMap().ReverseRemapPath(file, remapped_file)) in CreateBreakpoint() 338 remapped_file = file; in CreateBreakpoint() 348 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint() 363 compile_unit_list.Append(remapped_file); in CreateBreakpoint() 375 nullptr, remapped_file, line_no, column, offset, check_inlines, in CreateBreakpoint()
|