Searched refs:IsOSAIX (Results 1 – 1 of 1) sorted by relevance
947 const bool IsOSAIX = Triple.isOSAIX(); in addLTOOptions() local972 const char *PluginPrefix = IsOSAIX ? "-bplugin:" : ""; in addLTOOptions()973 const char *PluginName = IsOSAIX ? "/libLTO" : "/LLVMgold"; in addLTOOptions()975 if (!IsOSAIX) in addLTOOptions()1010 const char *PluginOptPrefix = IsOSAIX ? "-bplugin_opt:" : "-plugin-opt="; in addLTOOptions()1011 const char *ExtraDash = IsOSAIX ? "-" : ""; in addLTOOptions()1012 const char *ParallelismOpt = IsOSAIX ? "-threads=" : "jobs="; in addLTOOptions()1081 if (IsThinLTO && !IsOSAIX) in addLTOOptions()1083 else if (IsThinLTO && IsOSAIX) in addLTOOptions()1126 if (IsOSAIX) { in addLTOOptions()[all …]