Searched refs:TOOL_LD (Results 1 – 3 of 3) sorted by relevance
766 case MachO::TOOL_LD: return "ld"; in getBuildTool()
469 t->tool = TOOL_LD; in writeTo()
507 enum { TOOL_CLANG = 1, TOOL_SWIFT = 2, TOOL_LD = 3 }; enumerator