Searched refs:bcc (Results 1 – 25 of 66) sorted by relevance
123
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.h | 32 namespace bcc { 138 bcc::BCCContext *mCompilerContext; 139 bcc::RSCompilerDriver *mCompilerDriver; 140 bcc::CompilerRTSymbolResolver mCompilerRuntime; 141 bcc::LookupFunctionSymbolResolver<void *> mRSRuntime; 142 bcc::SymbolResolverProxy mResolver; 143 bcc::RSExecutable *mExecutable;
|
D | rsd_cpu.h | 29 namespace bcc { 34 (bcc::RSScript *, llvm::Module *, llvm::Module *); 40 typedef void (*RSSetupCompilerCallback) (bcc::RSCompilerDriver *); 121 , bcc::RSLinkRuntimeCallback pLinkRuntimeCallback = NULL,
|
D | rsCpuCore.h | 28 namespace bcc { 163 bcc::RSLinkRuntimeCallback pLinkRuntimeCallback) { in setLinkRuntimeCallback() 166 bcc::RSLinkRuntimeCallback getLinkRuntimeCallback() { in getLinkRuntimeCallback() 220 bcc::RSLinkRuntimeCallback mLinkRuntimeCallback;
|
/frameworks/compile/libbcc/lib/Support/ |
D | Disassembler.cpp | 66 namespace bcc { namespace 214 bcc::DisassembleResult Disassemble(llvm::raw_ostream &pOutput, in Disassemble() 217 return bcc::kDisassemblerNotAvailable; in Disassemble() 220 bcc::DisassembleResult bcc::Disassemble(OutputFile &pOutput, in Disassemble() 225 return bcc::kDisassemblerNotAvailable; in Disassemble()
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Android.mk | 23 LOCAL_MODULE := bcc 47 LOCAL_MODULE := bcc
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSCompilerDriver.h | 27 namespace bcc { 35 typedef void (*RSCompilerDriverInit_t) (bcc::RSCompilerDriver *);
|
D | RSTransforms.h | 24 namespace bcc {
|
D | RSCompiler.h | 22 namespace bcc {
|
D | RSInfo.h | 35 namespace bcc { 44 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
|
/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/compile/libbcc/lib/Renderscript/ |
D | RSEmbedInfo.cpp | 36 using namespace bcc; 140 namespace bcc { namespace
|
/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/include/bcc/Support/ |
D | Initialization.h | 20 namespace bcc {
|
D | InputFile.h | 23 namespace bcc {
|
D | OutputFile.h | 27 namespace bcc {
|
/frameworks/compile/libbcc/lib/Core/ |
D | BCCContextImpl.cpp | 25 using namespace bcc;
|
D | BCCContextImpl.h | 23 namespace bcc {
|
D | Script.cpp | 21 using namespace bcc;
|
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/ |
D | CompilerRTSymbolResolver.h | 22 namespace bcc {
|
D | SymbolResolverProxy.h | 25 namespace bcc {
|
D | SymbolResolverInterface.h | 22 namespace bcc {
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | SymbolResolverProxy.cpp | 19 using namespace bcc;
|
/frameworks/compile/libbcc/include/bcc/ |
D | BCCContext.h | 24 namespace bcc {
|
D | Script.h | 20 namespace bcc {
|
123