Searched refs:getLinkedToSymbol (Results 1 – 3 of 3) sorted by relevance
94 const MCSymbol *getLinkedToSymbol() const { return LinkedToSym; } in getLinkedToSymbol() function
544 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol() function777 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectExplicitSectionGlobal()783 assert(Section->getLinkedToSymbol() == LinkedToSym && in selectExplicitSectionGlobal()854 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectELFSectionForGlobal()870 assert(Section->getLinkedToSymbol() == LinkedToSym); in selectELFSectionForGlobal()
1026 const MCSymbol *Sym = Section.getLinkedToSymbol(); in writeSection()