Searched refs:TOOL_LD (Results 1 – 2 of 2) sorted by relevance
631 case MachO::TOOL_LD: return "ld"; in getBuildTool()
493 enum { TOOL_CLANG = 1, TOOL_SWIFT = 2, TOOL_LD = 3 }; enumerator