Searched refs:createELFSectionImpl (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 330 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl() function in MCContext 374 return createELFSectionImpl( in createELFRelSection() 423 MCSectionELF *Result = createELFSectionImpl( in getELFSection() 430 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 411 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl() function in MCContext 455 return createELFSectionImpl( in createELFRelSection() 508 createELFSectionImpl(CachedName, Type, Flags, Kind, EntrySize, GroupSym, in getELFSection() 519 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 306 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 294 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type,
|