Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp211 uint32_t GroupSymbolIndex, uint64_t Offset, uint64_t Size,
968 uint32_t GroupSymbolIndex, uint64_t Offset, in writeSection() argument
1003 sh_info = GroupSymbolIndex; in writeSection()
1034 uint32_t GroupSymbolIndex; in writeSectionHeader() local
1037 GroupSymbolIndex = 0; in writeSectionHeader()
1039 GroupSymbolIndex = Section->getGroup()->getIndex(); in writeSectionHeader()
1049 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader()