Searched refs:bcc (Results 1 – 25 of 51) sorted by relevance
123
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_slang_version_info.ll | 1 ; 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 …]
|
D | tbaa.ll | 38 ; 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
|
D | tbaa-through-alloca.ll | 58 ; 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/ |
D | DrmRkpAdapter.cpp | 82 std::vector<uint8_t> bcc; in getDrmRemotelyProvisionedComponents() local 83 status = mDrm->getPropertyByteArray("bootCertificateChain", &bcc); in getDrmRemotelyProvisionedComponents() 96 mDrm, drmVendor, drmDesc, bcc); in getDrmRemotelyProvisionedComponents()
|
D | DrmRemotelyProvisionedComponent.cpp | 31 std::vector<uint8_t> bcc) in DrmRemotelyProvisionedComponent() argument 35 mBcc(std::move(bcc)) {} in DrmRemotelyProvisionedComponent()
|
/frameworks/compile/libbcc/include/bcc/ |
D | Script.h | 29 namespace bcc { 35 typedef llvm::Module *(*RSLinkRuntimeCallback)(bcc::Script *, llvm::Module *,
|
D | RSCompilerDriver.h | 29 namespace bcc { 37 typedef void (*RSCompilerDriverInit_t) (bcc::RSCompilerDriver *);
|
D | Initialization.h | 20 namespace bcc {
|
D | BCCContext.h | 24 namespace bcc {
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 26 config.target_triple = 'host-bcc' 39 'tests', 'bcc-host') 57 lit.note('using bcc driver: %r' % config.bcc_driver)
|
/frameworks/rs/driver/ |
D | README.txt | 13 libclcore.bc (bcc::Script::LinkRuntime()) the linked bitcode is 15 implies that whenever we modify (runtime, driver, bcc) to take
|
/frameworks/compile/libbcc/ |
D | README.rst | 86 * **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/ |
D | README | 11 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/ |
D | BCCContextImpl.cpp | 25 using namespace bcc;
|
D | BCCContextImpl.h | 23 namespace bcc {
|
D | FileMutex.h | 24 namespace bcc {
|
D | RSAddDebugInfoPass.cpp | 185 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
|
D | RSScriptGroupFusion.h | 27 namespace bcc {
|
D | RSTransforms.h | 25 namespace bcc {
|
D | RSEmbedInfo.cpp | 40 using namespace bcc; 219 namespace bcc { namespace
|
D | BCCContext.cpp | 25 using namespace bcc;
|
D | Initialization.cpp | 39 void bcc::init::Initialize() { in Initialize()
|
D | Script.cpp | 29 using namespace bcc;
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 51 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/ |
D | Android.bp | 11 "bcc",
|
123