Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDDarwin.h276 std::string GetGlobalDebugPathRemapping() const override;
HDDarwin.cpp3196 std::string MachO::GetGlobalDebugPathRemapping() const { in GetGlobalDebugPathRemapping() function in MachO
HDClang.cpp486 std::string GlobalRemapEntry = TC.GetGlobalDebugPathRemapping(); in addDebugPrefixMapArg()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h583 virtual std::string GetGlobalDebugPathRemapping() const { return {}; } in GetGlobalDebugPathRemapping() function