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

References

include/llvm/MC/MCSectionELF.h
   86   const MCSection *getAssociatedSection() const { return &AssociatedSymbol->getSection(); }
   87   const MCSymbol *getAssociatedSymbol() const { return AssociatedSymbol; }
lib/MC/MCSectionELF.cpp
  175     assert(AssociatedSymbol);
  177     printName(OS, AssociatedSymbol->getName());