Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h295 MCSymbolELF *getOrCreateSectionSymbol(const MCSectionELF &Section);
/external/llvm/lib/MC/
DMCContext.cpp127 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol() function in MCContext
DMCELFStreamer.cpp154 Begin = Ctx.getOrCreateSectionSymbol(*SectionELF); in ChangeSection()