Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCContext.h190 const MCSectionELF *CreateELFGroupSection();
/external/swiftshader/third_party/LLVM/lib/MC/
DMCContext.cpp216 const MCSectionELF *MCContext::CreateELFGroupSection() { in CreateELFGroupSection() function in MCContext
DELFObjectWriter.cpp922 Group = Ctx.CreateELFGroupSection(); in CreateIndexedSections()