Home
last modified time | relevance | path

Searched refs:IsOSAIX (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp569 const bool IsOSAIX = ToolChain.getTriple().isOSAIX(); in addLTOOptions() local
577 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()