Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp947 const bool IsOSAIX = Triple.isOSAIX(); in addLTOOptions() local
972 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 …]