Searched refs:createELFSectionImpl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCContext.cpp | 471 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl() function in MCContext 516 return createELFSectionImpl( in createELFRelSection() 571 createELFSectionImpl(CachedName, Type, Flags, Kind, EntrySize, GroupSym, in getELFSection() 583 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 375 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type,
|