Searched refs:PAuthABIPlatform (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 73 uint64_t PAuthABIPlatform, in emitNoteSection() argument 75 assert((PAuthABIPlatform == uint64_t(-1)) == in emitNoteSection() 80 if (PAuthABIPlatform != uint64_t(-1)) in emitNoteSection() 116 if (PAuthABIPlatform != uint64_t(-1)) { in emitNoteSection() 119 OutStreamer.emitIntValue(PAuthABIPlatform, 8); in emitNoteSection()
|
| H A D | AArch64TargetStreamer.h | 44 void emitNoteSection(unsigned Flags, uint64_t PAuthABIPlatform = -1,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 217 void emitAttributes(unsigned Flags, uint64_t PAuthABIPlatform, 378 uint64_t PAuthABIPlatform = -1; in emitStartOfAsmFile() local 381 PAuthABIPlatform = PAP->getZExtValue(); in emitStartOfAsmFile() 391 emitAttributes(BAFlags, PAuthABIPlatform, PAuthABIVersion, TS); in emitStartOfAsmFile() 393 TS->emitNoteSection(GNUFlags, PAuthABIPlatform, PAuthABIVersion); in emitStartOfAsmFile() 467 uint64_t PAuthABIPlatform, in emitAttributes() argument 471 PAuthABIPlatform = (uint64_t(-1) == PAuthABIPlatform) ? 0 : PAuthABIPlatform; in emitAttributes() 474 if (PAuthABIPlatform || PAuthABIVersion) { in emitAttributes() 483 PAuthABIPlatform, ""); in emitAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1797 uint64_t PAuthABIPlatform = -1; in visitModuleFlags() local 1807 PAuthABIPlatform = PAP->getZExtValue(); in visitModuleFlags() 1816 if ((PAuthABIPlatform == uint64_t(-1)) != (PAuthABIVersion == uint64_t(-1))) in visitModuleFlags()
|