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