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

Declarations

include/llvm/MC/MCSection.h
  118   MCSymbol *getEndSymbol(MCContext &Ctx);

References

lib/MC/MCDwarf.cpp
  905     MCSymbol *EndSymbol = Sec->getEndSymbol(context);
  997     MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context);
 1110     MCSymbol *EndSymbol = Sec->getEndSymbol(context);
lib/MC/MCStreamer.cpp
 1118   MCSymbol *Sym = Section->getEndSymbol(Context);