Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp215 uint32_t GroupSymbolIndex, uint64_t Offset, uint64_t Size,
1006 uint32_t GroupSymbolIndex, uint64_t Offset, in writeSection() argument
1041 sh_info = GroupSymbolIndex; in writeSection()
1072 uint32_t GroupSymbolIndex; in writeSectionHeader() local
1075 GroupSymbolIndex = 0; in writeSectionHeader()
1077 GroupSymbolIndex = Section->getGroup()->getIndex(); in writeSectionHeader()
1087 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader()