Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp679 const bool IsVE = TC.getTriple().isVE(); in addArchSpecificRPath() local
680 bool DefaultValue = IsVE; in addArchSpecificRPath()
H A DGnu.cpp403 const bool IsVE = ToolChain.getTriple().isVE(); in ConstructJob() local
511 if (IsVE) { in ConstructJob()