Home
last modified time | relevance | path

Searched refs:bcc (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll1 ; Check that bcc properly emits the respective slang and bcc llvm versions used
13 ; RUN: bcc -o test_slang_version_info-known-version -output_path %T \
17 ; RUN: bcc -o test_slang_version_info-unknown-version -output_path %T \
21 ; Assert that bcc warns that there is a mismatch when slang version is the string "DOESNOTEXIST"
24 ; Assert that bcc does not warn when there is a version match
27 ; Assert that bcc emits the correct version info into the .rs.info symbol
31 ; Assert that bcc emits the correct version info into the .rs.info symbol
36 ; Finally check whether bcc is happy with a file that doesn't contain the
39 ; RUN: bcc -o test_slang_version_info-known-version -output_path %T \
45 ; CHECK_BCC_WARNING: W/bcc {{.*}}VERSIONDOESNOTEXIST, expecting {{[1-9]+.[0-9]+.[0-9]+.*}}The debug…
[all …]
Dtbaa.ll38 ; but instead synthesized by bcc from the bitcode wrapper. However,
39 ; for this test case, we're not running bcc, but instead opt, and so
Dtbaa-through-alloca.ll58 ; but instead synthesized by bcc from the bitcode wrapper. However,
59 ; for this test case, we're not running bcc, but instead opt, and so
/frameworks/av/drm/libmediadrmrkp/src/
DDrmRkpAdapter.cpp82 std::vector<uint8_t> bcc; in getDrmRemotelyProvisionedComponents() local
83 status = mDrm->getPropertyByteArray("bootCertificateChain", &bcc); in getDrmRemotelyProvisionedComponents()
96 mDrm, drmVendor, drmDesc, bcc); in getDrmRemotelyProvisionedComponents()
DDrmRemotelyProvisionedComponent.cpp31 std::vector<uint8_t> bcc) in DrmRemotelyProvisionedComponent() argument
35 mBcc(std::move(bcc)) {} in DrmRemotelyProvisionedComponent()
/frameworks/compile/libbcc/include/bcc/
DScript.h29 namespace bcc {
35 typedef llvm::Module *(*RSLinkRuntimeCallback)(bcc::Script *, llvm::Module *,
DRSCompilerDriver.h29 namespace bcc {
37 typedef void (*RSCompilerDriverInit_t) (bcc::RSCompilerDriver *);
DInitialization.h20 namespace bcc {
DBCCContext.h24 namespace bcc {
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg26 config.target_triple = 'host-bcc'
39 'tests', 'bcc-host')
57 lit.note('using bcc driver: %r' % config.bcc_driver)
/frameworks/rs/driver/
DREADME.txt13 libclcore.bc (bcc::Script::LinkRuntime()) the linked bitcode is
15 implies that whenever we modify (runtime, driver, bcc) to take
/frameworks/compile/libbcc/
DREADME.rst86 * **bccCreateScript** - Create new bcc script
104 * **bccDisposeScript** - Destroy bcc script and release the resources
138 table, and bcc context. Every section should be aligned to a word size.
174 For furthur information, you may read `bcc_cache.h <include/bcc/bcc_cache.h>`_,
175 `CacheReader.cpp <lib/bcc/CacheReader.cpp>`_, and
176 `CacheWriter.cpp <lib/bcc/CacheWriter.cpp>`_ for details.
/frameworks/compile/libbcc/tests/debuginfo/
DREADME11 by the libbcc driver utility (bcc) on the host through GDB. The debugger
39 By default, llvm-lit will use the clang and bcc driver built in the android
43 BCC_DRIVER - path to bcc
/frameworks/compile/libbcc/lib/
DBCCContextImpl.cpp25 using namespace bcc;
DBCCContextImpl.h23 namespace bcc {
DFileMutex.h24 namespace bcc {
DRSAddDebugInfoPass.cpp185 if (allocaInst->getName() == bcc::BCC_INDEX_VAR_NAME) { in attachDebugInfo()
238 ExpandedFunc, bcc::BCC_INDEX_VAR_NAME, sourceFileName, 1, in attachDebugInfo()
291 namespace bcc { namespace
DRSScriptGroupFusion.h27 namespace bcc {
DRSTransforms.h25 namespace bcc {
DRSEmbedInfo.cpp40 using namespace bcc;
219 namespace bcc { namespace
DBCCContext.cpp25 using namespace bcc;
DInitialization.cpp39 void bcc::init::Initialize() { in Initialize()
DScript.cpp29 using namespace bcc;
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp51 using namespace bcc;
198 std::vector<bcc::Source*> sources; in compileScriptGroup()
200 bcc::Source* source = in compileScriptGroup()
201 bcc::Source::CreateFromFile(Context, OptInputFilenames[i]); in compileScriptGroup()
/frameworks/compile/libbcc/tools/
DAndroid.bp11 "bcc",

123