Searched refs:IsOSAIX (Results 1 – 1 of 1) sorted by relevance
569 const bool IsOSAIX = ToolChain.getTriple().isOSAIX(); in addLTOOptions() local577 const char *PluginPrefix = IsOSAIX ? "-bplugin:" : ""; in addLTOOptions()578 const char *PluginName = IsOSAIX ? "/libLTO" : "/LLVMgold"; in addLTOOptions()580 if (!IsOSAIX) in addLTOOptions()599 const char *PluginOptPrefix = IsOSAIX ? "-bplugin_opt:" : "-plugin-opt="; in addLTOOptions()600 const char *ExtraDash = IsOSAIX ? "-" : ""; in addLTOOptions()668 if (IsOSAIX) { in addLTOOptions()