Home
last modified time | relevance | path

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

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