Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp64 MCDataFragment *ShndxF; member in __anon4ed704dc0111::SymbolTableWriter
307 if (ShndxF) in createSymtabShndx()
316 ShndxF = new MCDataFragment(SymtabShndxSD); in createSymtabShndx()
321 write(*ShndxF, uint32_t(0)); in createSymtabShndx()
334 SectionIndexMap(SectionIndexMap), SymtabF(SymtabF), ShndxF(nullptr), in SymbolTableWriter()
345 if (ShndxF) { in writeSymbol()
347 write(*ShndxF, shndx); in writeSymbol()
349 write(*ShndxF, uint32_t(0)); in writeSymbol()