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

/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp63 size_t pBitcodeSize) {
64 llvm::StringRef input_data(pBitcode, pBitcodeSize);
60 CreateFromBuffer(BCCContext &pContext, const char *pName, const char *pBitcode, size_t pBitcodeSize) argument
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp70 const char* pBitcode, size_t pBitcodeSize,
79 if ((pBitcode == NULL) || (pBitcodeSize <= 0)) {
81 pBitcode, pBitcodeSize);
145 Sha1Util::GetSHA1DigestFromBuffer(expectedSourceHash, pBitcode, pBitcodeSize);
353 size_t pBitcodeSize,
369 if ((pBitcode == NULL) || (pBitcodeSize <= 0)) {
371 pBitcode, static_cast<unsigned>(pBitcodeSize));
379 Sha1Util::GetSHA1DigestFromBuffer(bitcode_sha1, pBitcode, pBitcodeSize);
393 pBitcode, pBitcodeSize);
406 bcinfo::BitcodeWrapper wrapper(pBitcode, pBitcodeSize);
69 loadScript(const char* pCacheDir, const char* pResName, const char* pBitcode, size_t pBitcodeSize, const char* expectedCompileCommandLine, SymbolResolverProxy& pResolver) argument
349 build(BCCContext &pContext, const char *pCacheDir, const char *pResName, const char *pBitcode, size_t pBitcodeSize, const char *commandLine, const char *pRuntimePath, RSLinkRuntimeCallback pLinkRuntimeCallback, bool pDumpIR) argument
[all...]

Completed in 52 milliseconds