Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h569 virtual std::string GetGlobalDebugPathRemapping() const { return {}; } in GetGlobalDebugPathRemapping() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h269 std::string GetGlobalDebugPathRemapping() const override;
H A DDarwin.cpp3101 std::string MachO::GetGlobalDebugPathRemapping() const { in GetGlobalDebugPathRemapping() function in MachO
H A DClang.cpp481 std::string GlobalRemapEntry = TC.GetGlobalDebugPathRemapping(); in addDebugPrefixMapArg()