Searched refs:createELFSectionImpl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 467 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl() function in MCContext 511 return createELFSectionImpl( in createELFRelSection() 597 createELFSectionImpl(CachedName, Type, Flags, Kind, EntrySize, GroupSym, in getELFSection() 609 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 374 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type,
|