Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h607 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group, bool IsComdat);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp581 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group, in createELFGroupSection() function in MCContext
H A DELFObjectWriter.cpp1096 Ctx.createELFGroupSection(SignatureSymbol, Section.isComdat()); in writeObject()