Searched refs:AArch64AuthMCExpr (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCExpr.cpp | 158 const AArch64AuthMCExpr *AArch64AuthMCExpr::create(const MCExpr *Expr, in create() 164 AArch64AuthMCExpr(Expr, Discriminator, Key, HasAddressDiversity); in create() 167 void AArch64AuthMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() 181 void AArch64AuthMCExpr::visitUsedExpr(MCStreamer &Streamer) const { in visitUsedExpr() 185 MCFragment *AArch64AuthMCExpr::findAssociatedFragment() const { in findAssociatedFragment() 189 bool AArch64AuthMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
|
H A D | AArch64MCExpr.h | 180 class AArch64AuthMCExpr final : public AArch64MCExpr { 184 explicit AArch64AuthMCExpr(const MCExpr *Expr, uint16_t Discriminator, in AArch64AuthMCExpr() function 190 static const AArch64AuthMCExpr *
|
H A D | AArch64AsmBackend.cpp | 421 if (SymLoc == AArch64AuthMCExpr::VK_AUTH || in applyFixup() 422 SymLoc == AArch64AuthMCExpr::VK_AUTHADDR) { in applyFixup() 424 const auto *Expr = cast<AArch64AuthMCExpr>(Fixup.getValue()); in applyFixup()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetObjectFile.cpp | 116 AArch64AuthMCExpr::create(Sym, Discriminator, Key, in getAuthPtrSlotSymbolHelper()
|
H A D | AArch64AsmPrinter.cpp | 2083 return AArch64AuthMCExpr::create(Sym, Disc, AArch64PACKey::ID(KeyID), in lowerConstantPtrAuth() 2312 return AArch64AuthMCExpr::create(BAE, *BADisc, AArch64PACKey::IA, in lowerBlockAddressConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 7738 Res = AArch64AuthMCExpr::create(Res, Discriminator, *KeyIDOrNone, in parseAuthExpr()
|