Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h546 virtual std::string GetGlobalDebugPathRemapping() const { return {}; } in GetGlobalDebugPathRemapping() function
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.h271 std::string GetGlobalDebugPathRemapping() const override;
H A DDarwin.cpp2940 std::string MachO::GetGlobalDebugPathRemapping() const { in GetGlobalDebugPathRemapping() function in MachO
H A DClang.cpp598 std::string GlobalRemapEntry = TC.GetGlobalDebugPathRemapping(); in addDebugPrefixMapArg()