Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp234 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/
DELFObjectWriter.cpp951 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()
DELFObjectWriter.h342 uint32_t GroupSymbolIndex,