Searched refs:createELFSectionImpl (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 521 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 D | MCContext.h | 357 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type,
|