Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h398 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group);
/external/llvm/lib/MC/
DMCContext.cpp380 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection() function in MCContext
DELFObjectWriter.cpp1253 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol); in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h436 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp416 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection() function in MCContext
DELFObjectWriter.cpp1093 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol); in writeObject()