Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPrettyPrinter.h38 virtual std::string remapPath(StringRef Path) const { in remapPath() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h100 std::string remapPath(StringRef Path) const override { in remapPath() function
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2095 static std::string remapPath(StringRef Path, in remapPath() function
2116 PCMFile = remapPath(PCMFile, *ObjectPrefixMap); in getPCMFile()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp1360 OS << Callbacks->remapPath(File); in printTag()