Home
last modified time | relevance | path

Searched refs:getOrCreateSectionSymbol (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCContext.h271 MCSymbolELF *getOrCreateSectionSymbol(const MCSectionELF &Section);
/NextBSD/contrib/llvm/lib/MC/
HDMCContext.cpp125 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol() function in MCContext
HDMCELFStreamer.cpp164 Begin = Ctx.getOrCreateSectionSymbol(*SectionELF); in ChangeSection()