Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp1004 ELFSection &SHStrTab = getSectionHeaderStringTableSection(); in EmitSectionTableStringTable() local
1008 ElfHdr.fixWord16(SHStrTab.SectionIdx, ELFHdr_e_shstrndx_Offset); in EmitSectionTableStringTable()
1019 SHStrTab.emitString(S.getName()); in EmitSectionTableStringTable()
1026 assert(Index == SHStrTab.size()); in EmitSectionTableStringTable()
1027 SHStrTab.Size = Index; in EmitSectionTableStringTable()