Searched refs:GetGlobalDebugPathRemapping (Results 1 – 4 of 4) sorted by relevance
276 std::string GetGlobalDebugPathRemapping() const override;
3196 std::string MachO::GetGlobalDebugPathRemapping() const { in GetGlobalDebugPathRemapping() function in MachO
486 std::string GlobalRemapEntry = TC.GetGlobalDebugPathRemapping(); in addDebugPrefixMapArg()
583 virtual std::string GetGlobalDebugPathRemapping() const { return {}; } in GetGlobalDebugPathRemapping() function