Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DELFWriter.cpp899 ELFSection &StrTab = getStringTableSection(); in EmitStringTable() local
902 StrTab.emitByte(0); in EmitStringTable()
923 StrTab.emitString(Name); in EmitStringTable()
929 assert(Index == StrTab.size()); in EmitStringTable()
930 StrTab.Size = Index; in EmitStringTable()