Searched refs:GetGlobalDebugPathRemapping (Results 1 – 4 of 4) sorted by relevance
282 std::string GetGlobalDebugPathRemapping() const override;
3438 std::string MachO::GetGlobalDebugPathRemapping() const { in GetGlobalDebugPathRemapping() function in MachO
308 std::string GlobalRemapEntry = TC.GetGlobalDebugPathRemapping(); in addDebugPrefixMapArg()
605 virtual std::string GetGlobalDebugPathRemapping() const { return {}; } in GetGlobalDebugPathRemapping() function