Searched refs:pBitcode (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSCompilerDriver.cpp | 70 const char* pBitcode, size_t pBitcodeSize, in loadScript() argument 79 if ((pBitcode == NULL) || (pBitcodeSize <= 0)) { in loadScript() 81 pBitcode, pBitcodeSize); in loadScript() 145 Sha1Util::GetSHA1DigestFromBuffer(expectedSourceHash, pBitcode, pBitcodeSize); in loadScript() 352 const char *pBitcode, in build() argument 369 if ((pBitcode == NULL) || (pBitcodeSize <= 0)) { in build() 371 pBitcode, static_cast<unsigned>(pBitcodeSize)); in build() 379 Sha1Util::GetSHA1DigestFromBuffer(bitcode_sha1, pBitcode, pBitcodeSize); in build() 393 pBitcode, pBitcodeSize); in build() 406 bcinfo::BitcodeWrapper wrapper(pBitcode, pBitcodeSize); in build()
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSCompilerDriver.h | 112 const char* pBitcode, size_t pBitcodeSize, const char* commandLine, 122 static RSExecutable* loadScript(const char* pCacheDir, const char* pResName, const char* pBitcode,
|
/frameworks/compile/libbcc/lib/Core/ |
D | Source.cpp | 62 const char *pBitcode, in CreateFromBuffer() argument 64 llvm::StringRef input_data(pBitcode, pBitcodeSize); in CreateFromBuffer()
|
/frameworks/compile/libbcc/include/bcc/ |
D | Source.h | 44 const char *pBitcode,
|