Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h353 bool HasPKU = false; variable
740 bool hasPKU() const { return HasPKU; } in hasPKU()
H A DX86.td169 def FeaturePKU : SubtargetFeature<"pku", "HasPKU", "true",
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DX86.cpp264 HasPKU = true; in handleTargetFeatures()
688 if (HasPKU) in getTargetDefines()
975 .Case("pku", HasPKU) in hasFeature()
H A DX86.h120 bool HasPKU = false; variable