Searched refs:AArch64AuthMCExpr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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 | 422 if (SymLoc == AArch64AuthMCExpr::VK_AUTH || in applyFixup() 423 SymLoc == AArch64AuthMCExpr::VK_AUTHADDR) { in applyFixup() 425 const auto *Expr = cast<AArch64AuthMCExpr>(Fixup.getValue()); in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 7651 Res = AArch64AuthMCExpr::create(Res, Discriminator, *KeyIDOrNone, in parseAuthExpr()
|