Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp247 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved; in writeSymbol() local
249 if (LargeIndex) in writeSymbol()
253 if (LargeIndex) in writeSymbol()
259 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; in writeSymbol()