Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64TargetStreamer.cpp62 uint64_t PAuthABIPlatform, in emitNoteSection() argument
64 assert((PAuthABIPlatform == uint64_t(-1)) == in emitNoteSection()
69 if (PAuthABIPlatform != uint64_t(-1)) in emitNoteSection()
105 if (PAuthABIPlatform != uint64_t(-1)) { in emitNoteSection()
108 OutStreamer.emitIntValue(PAuthABIPlatform, 8); in emitNoteSection()
HDAArch64TargetStreamer.h38 void emitNoteSection(unsigned Flags, uint64_t PAuthABIPlatform = -1,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64AsmPrinter.cpp306 uint64_t PAuthABIPlatform = -1; in emitStartOfAsmFile() local
309 PAuthABIPlatform = PAP->getZExtValue(); in emitStartOfAsmFile()
318 TS->emitNoteSection(Flags, PAuthABIPlatform, PAuthABIVersion); in emitStartOfAsmFile()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp1726 uint64_t PAuthABIPlatform = -1; in visitModuleFlags() local
1736 PAuthABIPlatform = PAP->getZExtValue(); in visitModuleFlags()
1745 if ((PAuthABIPlatform == uint64_t(-1)) != (PAuthABIVersion == uint64_t(-1))) in visitModuleFlags()