Home
last modified time | relevance | path

Searched defs:HasBTI (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DARM.h84 unsigned HasBTI : 1; variable
H A DAArch64.h72 bool HasBTI = false; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7322 bool HasBTI = any_of(RepeatedSequenceLocs, [](outliner::Candidate &C) { in getOutliningCandidateInfo() local