Searched refs:GroupSymbolIndex (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 234 uint32_t GroupSymbolIndex, uint64_t Offset, uint64_t Size, 1135 uint32_t GroupSymbolIndex, uint64_t Offset, in writeSection() argument 1169 sh_info = GroupSymbolIndex; in writeSection() 1194 uint32_t GroupSymbolIndex; in writeSectionHeader() local 1197 GroupSymbolIndex = 0; in writeSectionHeader() 1199 GroupSymbolIndex = Section->getGroup()->getIndex(); in writeSectionHeader() 1209 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 951 uint32_t GroupSymbolIndex, in WriteSection() argument 1010 sh_info = GroupSymbolIndex; in WriteSection() 1103 uint32_t GroupSymbolIndex; in WriteSectionHeader() local 1105 GroupSymbolIndex = 0; in WriteSectionHeader() 1107 GroupSymbolIndex = getSymbolIndexInSymbolTable(Asm, in WriteSectionHeader() 1112 WriteSection(Asm, SectionIndexMap, GroupSymbolIndex, in WriteSectionHeader()
|
D | ELFObjectWriter.h | 342 uint32_t GroupSymbolIndex,
|