Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h602 LLVM_ABI MCSectionELF *createELFGroupSection(const MCSymbolELF *Group,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp688 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group, in createELFGroupSection() function in MCContext
H A DELFObjectWriter.cpp1049 Ctx.createELFGroupSection(SignatureSymbol, Section.isComdat()); in writeObject()