Searched defs:GetGlobalDebugPathRemapping (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ | ||
H A D | ToolChain.h | 569 virtual std::string GetGlobalDebugPathRemapping() const { return {}; } GetGlobalDebugPathRemapping() function |
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | Darwin.cpp | 3101 std::string MachO::GetGlobalDebugPathRemapping() const { GetGlobalDebugPathRemapping() function in MachO |