Home
last modified time | relevance | path

Searched refs:createELFGroupSection (Results 1 – 9 of 9) 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-10.0/llvm/include/llvm/MC/
DMCContext.h467 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCContext.h606 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group, bool IsComdat);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp429 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection() function in MCContext
DELFObjectWriter.cpp1113 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol); in writeObject()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCContext.cpp606 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group, in createELFGroupSection() function in MCContext
DELFObjectWriter.cpp1126 Ctx.createELFGroupSection(SignatureSymbol, Section.isComdat()); in writeObject()