Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp234 std::string remapped_file; local
284 remapped_file = *remapped;
286 remapped_file = std::move(*file_path);
297 support_files.EmplaceBack(FileSpec(remapped_file, style), checksum);
757 if (auto remapped_file = module_sp->RemapSourceFile(file_spec.GetPath())) in MakeAbsoluteAndRemap() local
758 file_spec.SetFile(*remapped_file, FileSpec::Style::native); in MakeAbsoluteAndRemap()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp487 FileSpec remapped_file; in CreateBreakpoint() local
489 GetSourcePathMap().ReverseRemapPath(file, remapped_file); in CreateBreakpoint()
491 remapped_file = file; in CreateBreakpoint()
501 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()
516 compile_unit_list.Append(remapped_file); in CreateBreakpoint()
527 SourceLocationSpec location_spec(remapped_file, line_no, column, in CreateBreakpoint()