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