Home
last modified time | relevance | path

Searched refs:AArch64AuthMCExpr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp158 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 DAArch64MCExpr.h180 class AArch64AuthMCExpr final : public AArch64MCExpr {
184 explicit AArch64AuthMCExpr(const MCExpr *Expr, uint16_t Discriminator, in AArch64AuthMCExpr() function
190 static const AArch64AuthMCExpr *
H A DAArch64AsmBackend.cpp421 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 DAArch64TargetObjectFile.cpp116 AArch64AuthMCExpr::create(Sym, Discriminator, Key, in getAuthPtrSlotSymbolHelper()
H A DAArch64AsmPrinter.cpp2083 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 DAArch64AsmParser.cpp7738 Res = AArch64AuthMCExpr::create(Res, Discriminator, *KeyIDOrNone, in parseAuthExpr()