Home
last modified time | relevance | path

Searched refs:createELFSectionImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp582 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl() function in MCContext
608 return createELFSectionImpl( in createELFRelSection()
678 createELFSectionImpl(CachedName, Type, Flags, EntrySize, GroupSym, in getELFSection()
690 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, 4, Group, IsComdat, in createELFGroupSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h351 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type,