Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DPathMappingList.cpp148 if (llvm::Optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() local
194 FileSpec remapped(it.second.GetStringRef()); in RemapPath() local
221 if (auto remapped = RemapPath(orig_spec.GetPath(), /*only_if_exists=*/true)) in FindFile() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DSourceManager.cpp447 auto remapped = target->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer() local
DModule.cpp1601 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile() local
1610 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile() local
/freebsd-12-stable/sys/dev/iwn/
Dif_iwnvar.h103 unsigned int remapped:1; member
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp244 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path))) local