Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h368 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group);
/external/llvm/lib/MC/
DMCContext.cpp375 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection() function in MCContext
DELFObjectWriter.cpp1220 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol); in writeObject()