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);
764 if (auto remapped_file = module_sp->RemapSourceFile(file_spec.GetPath())) in MakeAbsoluteAndRemap() local
765 file_spec.SetFile(*remapped_file, FileSpec::Style::native); in MakeAbsoluteAndRemap()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp402 FileSpec remapped_file; in CreateBreakpoint() local
404 GetSourcePathMap().ReverseRemapPath(file, remapped_file); in CreateBreakpoint()
406 remapped_file = file; in CreateBreakpoint()
416 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()
431 compile_unit_list.Append(remapped_file); in CreateBreakpoint()
442 SourceLocationSpec location_spec(remapped_file, line_no, column, in CreateBreakpoint()