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

/frameworks/compile/libbcc/lib/
H A DRSCompilerDriver.cpp222 size_t pBitcodeSize,
238 if ((pBitcode == nullptr) || (pBitcodeSize <= 0)) {
240 pBitcode, static_cast<unsigned>(pBitcodeSize));
256 pBitcode, pBitcodeSize);
273 bcinfo::BitcodeWrapper wrapper(pBitcode, pBitcodeSize);
218 build(BCCContext &pContext, const char *pCacheDir, const char *pResName, const char *pBitcode, size_t pBitcodeSize, const char *pBuildChecksum, const char *pRuntimePath, RSLinkRuntimeCallback pLinkRuntimeCallback, bool pDumpIR) argument
H A DSource.cpp105 size_t pBitcodeSize) {
106 llvm::StringRef input_data(pBitcode, pBitcodeSize);
127 bcinfo::BitcodeWrapper(pBitcode, pBitcodeSize));
102 CreateFromBuffer(BCCContext &pContext, const char *pName, const char *pBitcode, size_t pBitcodeSize) argument

Completed in 52 milliseconds