Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp257 HasFSGSBASE = true; in handleTargetFeatures()
751 if (HasFSGSBASE) in getTargetDefines()
1210 .Case("fsgsbase", HasFSGSBASE) in hasFeature()
H A DX86.h86 bool HasFSGSBASE = false; variable