Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h40 virtual std::string remapPath(StringRef Path) const { in remapPath() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h101 std::string remapPath(StringRef Path) const override { in remapPath() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1977 static std::string remapPath(StringRef Path, in remapPath() function
2001 PCMfile = remapPath(PCMfile, *Options.ObjectPrefixMap); in registerModuleReference()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1332 OS << Callbacks->remapPath(File); in printTag()