Searched defs:pStringPool (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoExtractor.cpp89 // Write a string pString to the string pool pStringPool at offset pWriteStart.
91 const char *writeString(const llvm::StringRef &pString, char *pStringPool, argument
94 return pStringPool;
97 char *pStringWriteStart = pStringPool + *pWriteStart;
109 char *pStringPool, off_t *pWriteStart,
111 const char *source_name = writeString(pSourceName, pStringPool, pWriteStart);
113 uint8_t *sha1 = reinterpret_cast<uint8_t *>(pStringPool + *pWriteStart);
108 writeDependency(const std::string &pSourceName, const uint8_t *pSHA1, char *pStringPool, off_t *pWriteStart, RSInfo::DependencyTableTy &pDepTable) argument

Completed in 5 milliseconds