Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp468 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl() function in MCContext
513 return createELFSectionImpl( in createELFRelSection()
568 createELFSectionImpl(CachedName, Type, Flags, Kind, EntrySize, GroupSym, in getELFSection()
580 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h353 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type,