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.cpp521 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl() function in MCContext
547 return createELFSectionImpl( in createELFRelSection()
620 createELFSectionImpl(CachedName, Type, Flags, EntrySize, GroupSym, in getELFSection()
632 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, 4, Group, IsComdat, in createELFGroupSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h357 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type,