Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp766 auto *PACValue = mdconst::extract_or_null<ConstantInt>( in emitAttributes() local
768 if (PACValue && PACValue->getZExtValue() == 1) { in emitAttributes()