Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_metadata_spec_encoder.cpp375 unsigned StrTabSize = 0; in flushStringTable() local
389 StrIdx[StrIdxI++] = StrTabSize; in flushStringTable()
390 StrTabSize += ::strlen(*I) + 1 /* for '\0' */; in flushStringTable()
392 StrIdx[StrIdxI] = StrTabSize; in flushStringTable()
395 char *StrTab = reinterpret_cast<char*>(::malloc(StrTabSize)); in flushStringTable()
401 llvm::StringRef StrTabData(StrTab, StrTabSize); in flushStringTable()