Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp764 auto *PACValue = mdconst::extract_or_null<ConstantInt>( in emitAttributes() local
766 if (PACValue && PACValue->getZExtValue() == 1) { in emitAttributes()