Home
last modified time | relevance | path

Searched refs:remapped_file (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp225 std::string remapped_file; local
228 remapped_file = *remapped;
230 remapped_file = std::move(*file_path);
234 support_files.EmplaceBack(remapped_file, style);
683 if (auto remapped_file = module_sp->RemapSourceFile(file_spec.GetPath())) in MakeAbsoluteAndRemap() local
684 file_spec.SetFile(*remapped_file, FileSpec::Style::native); in MakeAbsoluteAndRemap()
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp359 FileSpec remapped_file; in CreateBreakpoint() local
361 GetSourcePathMap().ReverseRemapPath(file, remapped_file); in CreateBreakpoint()
363 remapped_file = file; in CreateBreakpoint()
373 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()
388 compile_unit_list.Append(remapped_file); in CreateBreakpoint()
399 SourceLocationSpec location_spec(remapped_file, line_no, column, in CreateBreakpoint()