Lines Matching refs:IsOSAIX
813 const bool IsOSAIX = Triple.isOSAIX(); in addLTOOptions() local
824 const char *PluginPrefix = IsOSAIX ? "-bplugin:" : ""; in addLTOOptions()
825 const char *PluginName = IsOSAIX ? "/libLTO" : "/LLVMgold"; in addLTOOptions()
827 if (!IsOSAIX) in addLTOOptions()
851 const char *PluginOptPrefix = IsOSAIX ? "-bplugin_opt:" : "-plugin-opt="; in addLTOOptions()
852 const char *ExtraDash = IsOSAIX ? "-" : ""; in addLTOOptions()
853 const char *ParallelismOpt = IsOSAIX ? "-threads=" : "jobs="; in addLTOOptions()
921 if (IsThinLTO && !IsOSAIX) in addLTOOptions()
923 else if (IsThinLTO && IsOSAIX) in addLTOOptions()
966 if (IsOSAIX) { in addLTOOptions()
1020 if (!IsOSAIX) in addLTOOptions()