Searched refs:getLinkedToSymbol (Results 1 – 3 of 3) sorted by relevance
92 const MCSymbol *getLinkedToSymbol() const { return LinkedToSym; } in getLinkedToSymbol() function
579 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol() function816 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectExplicitSectionGlobal()822 assert(Section->getLinkedToSymbol() == LinkedToSym && in selectExplicitSectionGlobal()888 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectELFSectionForGlobal()907 assert(Section->getLinkedToSymbol() == LinkedToSym); in selectELFSectionForGlobal()
1048 const MCSymbol *Sym = Section.getLinkedToSymbol(); in writeSection()