Searched refs:IsOSAIX (Results 1 – 1 of 1) sorted by relevance
762 const bool IsOSAIX = ToolChain.getTriple().isOSAIX(); in addLTOOptions() local774 const char *PluginPrefix = IsOSAIX ? "-bplugin:" : ""; in addLTOOptions()775 const char *PluginName = IsOSAIX ? "/libLTO" : "/LLVMgold"; in addLTOOptions()777 if (!IsOSAIX) in addLTOOptions()801 const char *PluginOptPrefix = IsOSAIX ? "-bplugin_opt:" : "-plugin-opt="; in addLTOOptions()802 const char *ExtraDash = IsOSAIX ? "-" : ""; in addLTOOptions()803 const char *ParallelismOpt = IsOSAIX ? "-threads=" : "jobs="; in addLTOOptions()871 if (IsThinLTO && !IsOSAIX) in addLTOOptions()873 else if (IsThinLTO && IsOSAIX) in addLTOOptions()916 if (IsOSAIX) { in addLTOOptions()[all …]