Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCContext.h257 const MCSectionELF *CreateELFGroupSection();
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCContext.cpp275 const MCSectionELF *MCContext::CreateELFGroupSection() { in CreateELFGroupSection() function in MCContext
DELFObjectWriter.cpp1264 Group = Ctx.CreateELFGroupSection(); in CreateIndexedSections()