Searched refs:getOrCreateSectionSymbol (Results 1 – 3 of 3) sorted by relevance
295 MCSymbolELF *getOrCreateSectionSymbol(const MCSectionELF &Section);
127 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol() function in MCContext
154 Begin = Ctx.getOrCreateSectionSymbol(*SectionELF); in ChangeSection()