Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h432 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp416 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection() function in MCContext
H A DELFObjectWriter.cpp1108 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol); in writeObject()