Home
last modified time | relevance | path

Searched defs:remapped (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp178 if (std::optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() local
224 FileSpec remapped(it.second.GetStringRef()); in RemapPath() local
258 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp513 auto remapped = target_sp->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer() local
H A DModule.cpp1543 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile() local
1552 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp226 bool remapped = false; in readFile() local
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h102 unsigned int remapped:1; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp283 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path))) local