Searched refs:AArch64AuthMCExpr (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp158 const AArch64AuthMCExpr *AArch64AuthMCExpr::create(const MCExpr *Expr,
164 AArch64AuthMCExpr(Expr, Discriminator, Key, HasAddressDiversity);
167 void AArch64AuthMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const {
181 void AArch64AuthMCExpr::visitUsedExpr(MCStreamer &Streamer) const {
185 MCFragment *AArch64AuthMCExpr::findAssociatedFragment() const {
189 bool AArch64AuthMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
H A DAArch64MCExpr.h180 class AArch64AuthMCExpr final : public AArch64MCExpr {
184 explicit AArch64AuthMCExpr(const MCExpr *Expr, uint16_t Discriminator, function in class:llvm::final
190 static const AArch64AuthMCExpr *
H A DAArch64AsmBackend.cpp422 if (SymLoc == AArch64AuthMCExpr::VK_AUTH ||
423 SymLoc == AArch64AuthMCExpr::VK_AUTHADDR) {
425 const auto *Expr = cast<AArch64AuthMCExpr>(Fixup.getValue());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7651 Res = AArch64AuthMCExpr::create(Res, Discriminator, *KeyIDOrNone,

Completed in 132 milliseconds