Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h274 const MCSectionELF *CreateELFGroupSection();
/external/llvm/lib/MC/
DMCContext.cpp274 const MCSectionELF *MCContext::CreateELFGroupSection() { in CreateELFGroupSection() function in MCContext
DELFObjectWriter.cpp1481 Group = Ctx.CreateELFGroupSection(); in CreateIndexedSections()