Searched refs:getLinkedToSymbol (Results 1 – 3 of 3) sorted by relevance
99 const MCSymbol *getLinkedToSymbol() const { return LinkedToSym; } in getLinkedToSymbol() function
577 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol() function840 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectExplicitSectionGlobal()846 assert(Section->getLinkedToSymbol() == LinkedToSym && in selectExplicitSectionGlobal()913 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectELFSectionForGlobal()932 assert(Section->getLinkedToSymbol() == LinkedToSym); in selectELFSectionForGlobal()
924 const MCSymbol *Sym = Section.getLinkedToSymbol(); in writeSectionHeader()