Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp831 const bool IsVE = TC.getTriple().isVE(); in addArchSpecificRPath() local
832 bool DefaultValue = IsVE; in addArchSpecificRPath()
H A DGnu.cpp409 const bool IsVE = ToolChain.getTriple().isVE(); in ConstructJob() local
517 if (IsVE) { in ConstructJob()