Searched refs:getLinkedToSymbol (Results 1 – 3 of 3) sorted by relevance
92 const MCSymbol *getLinkedToSymbol() const { return LinkedToSym; } in getLinkedToSymbol() function
554 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol() function788 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectExplicitSectionGlobal()794 assert(Section->getLinkedToSymbol() == LinkedToSym && in selectExplicitSectionGlobal()865 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectELFSectionForGlobal()884 assert(Section->getLinkedToSymbol() == LinkedToSym); in selectELFSectionForGlobal()
1010 const MCSymbol *Sym = Section.getLinkedToSymbol(); in writeSection()