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

References

lib/Target/AArch64/AArch64MCInstLower.cpp
  197       RefFlags |= AArch64MCExpr::VK_SECREL_LO12;
  200       RefFlags |= AArch64MCExpr::VK_SECREL_HI12;
  203     RefFlags |= AArch64MCExpr::VK_SABS;
  205     RefFlags |= AArch64MCExpr::VK_ABS;
  209     RefFlags |= AArch64MCExpr::VK_G3;
  211     RefFlags |= AArch64MCExpr::VK_G2;
  213     RefFlags |= AArch64MCExpr::VK_G1;
  215     RefFlags |= AArch64MCExpr::VK_G0;
  224       RefFlags |= AArch64MCExpr::VK_NC;
  233   auto RefKind = static_cast<AArch64MCExpr::VariantKind>(RefFlags);