Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp781 auto *PACValue = mdconst::extract_or_null<ConstantInt>( in emitAttributes() local
783 if (PACValue && PACValue->isOne()) { in emitAttributes()