Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h254 bool isTrap : 1; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h282 bool isTrap() const { return Flags & (1ULL << MCID::Trap); } in isTrap() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1614 bool isTrap = false; in emitPopInst() local