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

References

lib/Target/AArch64/AArch64MCInstLower.cpp
  152     RefFlags |= AArch64MCExpr::VK_PREL;
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
   76     VK_PREL_G3           = VK_PREL     | VK_G3,
   77     VK_PREL_G2           = VK_PREL     | VK_G2,
   78     VK_PREL_G2_NC        = VK_PREL     | VK_G2      | VK_NC,
   79     VK_PREL_G1           = VK_PREL     | VK_G1,
   80     VK_PREL_G1_NC        = VK_PREL     | VK_G1      | VK_NC,
   81     VK_PREL_G0           = VK_PREL     | VK_G0,
   82     VK_PREL_G0_NC        = VK_PREL     | VK_G0      | VK_NC,