Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Target/
H A DFindFileTest.cpp28 llvm::StringRef remapped; member
57 std::optional<FileSpec> remapped; in TestFileFindings() local
H A DPathMappingListTest.cpp20 FileSpec remapped; member
/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp178 if (std::optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { RemapPath() local
224 FileSpec remapped(it.second.GetStringRef()); RemapPath() local
258 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), FindFile() local
/llvm-project/lldb/source/Core/
H A DSourceManager.cpp513 auto remapped = target_sp->GetSourcePathMap().FindFile(m_file_spec); CommonInitializer() local
H A DModule.cpp1543 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { FindSourceFile() local
1552 if (auto remapped = m_source_mappings.RemapPath(path)) RemapSourceFile() local
/llvm-project/flang/lib/Lower/
H A DConvertCall.cpp228 mlir::Value remapped = in remapActualToDummyDescriptor() local
256 mlir::Value remapped = remapActualToDummyDescriptor( in remapActualToDummyDescriptors() local
265 mlir::Value remapped = in remapActualToDummyDescriptors() local
/llvm-project/lld/ELF/
H A DInputFiles.cpp228 bool remapped = false; in readFile() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1739 SmallVector<llvm::Value *> remapped; lookupValues() local
H A DModuleImport.cpp1223 SmallVector<Value> remapped; convertValues() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp283 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path))) local
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1207 remapValues(StringRef valueDiagTag,std::optional<Location> inputLoc,PatternRewriter & rewriter,ValueRange values,SmallVectorImpl<Value> & remapped) remapValues() argument
[all...]