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