Searched refs:GroupSymbolIndex (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/MC/
H A DELFObjectWriter.cpp234 uint32_t GroupSymbolIndex, uint64_t Offset, uint64_t Size,
1135 uint32_t GroupSymbolIndex, uint64_t Offset,
1169 sh_info = GroupSymbolIndex;
1194 uint32_t GroupSymbolIndex;
1197 GroupSymbolIndex = 0;
1199 GroupSymbolIndex = Section->getGroup()->getIndex();
1209 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size,
/external/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.cpp951 uint32_t GroupSymbolIndex,
1010 sh_info = GroupSymbolIndex;
1103 uint32_t GroupSymbolIndex; local
1105 GroupSymbolIndex = 0;
1107 GroupSymbolIndex = getSymbolIndexInSymbolTable(Asm,
1112 WriteSection(Asm, SectionIndexMap, GroupSymbolIndex,
949 WriteSection(MCAssembler &Asm, const SectionIndexMapTy &SectionIndexMap, uint32_t GroupSymbolIndex, uint64_t Offset, uint64_t Size, uint64_t Alignment, const MCSectionELF &Section) argument
H A DELFObjectWriter.h342 uint32_t GroupSymbolIndex,

Completed in 78 milliseconds