Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp790 auto *PACValue = mdconst::extract_or_null<ConstantInt>( in emitAttributes() local
792 if (PACValue && PACValue->isOne()) { in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp492 unsigned PACValue = in emitAttributes() local
497 if (BTIValue || PACValue || GCSValue) { in emitAttributes()
508 AArch64BuildAttributes::TAG_FEATURE_PAC, PACValue, ""); in emitAttributes()