Searched refs:createELFSectionImpl (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCContext.cpp | 462 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl() function in MCContext 507 return createELFSectionImpl( in createELFRelSection() 562 createELFSectionImpl(CachedName, Type, Flags, Kind, EntrySize, GroupSym, in getELFSection() 574 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCContext.h | 350 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type,
|