Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DPrettyPrinter.h38 virtual std::string remapPath(StringRef Path) const { in remapPath() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h100 std::string remapPath(StringRef Path) const override { in remapPath() function
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2008 static std::string remapPath(StringRef Path, in remapPath() function
2032 PCMfile = remapPath(PCMfile, *Options.ObjectPrefixMap); in registerModuleReference()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp1372 OS << Callbacks->remapPath(File); in printTag()