Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h39 virtual std::string remapPath(StringRef Path) const { in remapPath() function
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h101 std::string remapPath(StringRef Path) const override { in remapPath() function
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp2009 static std::string remapPath(StringRef Path, in remapPath() function
2031 PCMfile = remapPath(PCMfile, *Options.ObjectPrefixMap); in registerModuleReference()
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp1318 OS << Callbacks->remapPath(File); in printTag()