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

References

include/llvm/CodeGen/MachineInstr.h
  241                  PointerSumTypeMember<EIIK_PostInstrSymbol, MCSymbol *>,
  603     if (MCSymbol *S = Info.get<EIIK_PostInstrSymbol>())
lib/CodeGen/MachineInstr.cpp
  350     Info.set<EIIK_PostInstrSymbol>(PostInstrSymbol);
  488   if (!Symbol && Info.is<EIIK_PostInstrSymbol>()) {