Home
last modified time | relevance | path

Searched defs:GetGlobalDebugPathRemapping (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Driver/
H A DToolChain.h583 virtual std::string GetGlobalDebugPathRemapping() const { return {}; } GetGlobalDebugPathRemapping() function
/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp3142 std::string MachO::GetGlobalDebugPathRemapping() const { GetGlobalDebugPathRemapping() function in MachO