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

/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp63 const char *pBitcode,
65 llvm::StringRef input_data(pBitcode, pBitcodeSize);
61 CreateFromBuffer(BCCContext &pContext, const char *pName, const char *pBitcode, size_t pBitcodeSize) argument
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp336 const char *pBitcode,
351 if ((pBitcode == NULL) || (pBitcodeSize <= 0)) {
353 pBitcode, static_cast<unsigned>(pBitcodeSize));
362 Sha1Util::GetSHA1DigestFromBuffer(bitcode_sha1, pBitcode, pBitcodeSize);
398 pBitcode, pBitcodeSize);
414 bcinfo::BitcodeWrapper wrapper(pBitcode, pBitcodeSize);
333 build(BCCContext &pContext, const char *pCacheDir, const char *pResName, const char *pBitcode, size_t pBitcodeSize, const char *pRuntimePath, RSLinkRuntimeCallback pLinkRuntimeCallback) argument

Completed in 472 milliseconds