reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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());