reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 2524   if (parseSymbolicImmVal(Expr))
 2530   if (classifySymbolRef(Expr, ELFRefKind, DarwinRefKind, Addend)) {
 2535       Expr = AArch64MCExpr::create(Expr, AArch64MCExpr::VK_ABS, getContext());
 2535       Expr = AArch64MCExpr::create(Expr, AArch64MCExpr::VK_ABS, getContext());
 2543   Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));