Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp212 void writeSectionHeader(uint32_t GroupSymbolIndex, uint64_t Offset,
881 void ELFWriter::writeSectionHeader(uint32_t GroupSymbolIndex, uint64_t Offset, in writeSectionHeader() argument
917 sh_info = GroupSymbolIndex; in writeSectionHeader()
946 uint32_t GroupSymbolIndex; in writeSectionHeaders() local
949 GroupSymbolIndex = 0; in writeSectionHeaders()
951 GroupSymbolIndex = Section->getGroup()->getIndex(); in writeSectionHeaders()
1000 writeSectionHeader(GroupSymbolIndex, Offsets.first, Size, *Section); in writeSectionHeaders()