Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h282 const MCSectionELF *CreateELFGroupSection();
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp299 const MCSectionELF *MCContext::CreateELFGroupSection() { in CreateELFGroupSection() function in MCContext
H A DELFObjectWriter.cpp1453 Group = Ctx.CreateELFGroupSection(); in CreateIndexedSections()