Home
last modified time | relevance | path

Searched refs:remapPath (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h38 virtual std::string remapPath(StringRef Path) const { in remapPath() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp273 remapPath(StringRef Path, in remapPath() function
294 PCMFile = remapPath(PCMFile, *ObjectPrefixMap); in getPCMFile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h99 std::string remapPath(StringRef Path) const override { in remapPath() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2404 remapPath(StringRef Path, in remapPath() function
2426 PCMFile = remapPath(PCMFile, *ObjectPrefixMap); in getPCMFile()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1417 WrittenFile = Callbacks->remapPath(File); in printTag()
H A DExpr.cpp736 std::string remapPath(StringRef Path) const override { in ComputeName() function in PredefinedExpr::ComputeName::PrettyCallbacks