Home
last modified time | relevance | path

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

123

/frameworks/rs/cpu_ref/
DrsCpuScript.h32 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;
Drsd_cpu.h29 namespace bcc {
34 (bcc::RSScript *, llvm::Module *, llvm::Module *);
40 typedef void (*RSSetupCompilerCallback) (bcc::RSCompilerDriver *);
121 , bcc::RSLinkRuntimeCallback pLinkRuntimeCallback = NULL,
DrsCpuCore.h28 namespace bcc {
163 bcc::RSLinkRuntimeCallback pLinkRuntimeCallback) { in setLinkRuntimeCallback()
166 bcc::RSLinkRuntimeCallback getLinkRuntimeCallback() { in getLinkRuntimeCallback()
220 bcc::RSLinkRuntimeCallback mLinkRuntimeCallback;
/frameworks/compile/libbcc/lib/Support/
DDisassembler.cpp66 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/
DAndroid.mk23 LOCAL_MODULE := bcc
47 LOCAL_MODULE := bcc
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSCompilerDriver.h27 namespace bcc {
35 typedef void (*RSCompilerDriverInit_t) (bcc::RSCompilerDriver *);
DRSTransforms.h24 namespace bcc {
DRSCompiler.h22 namespace bcc {
DRSInfo.h35 namespace bcc {
44 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
/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/compile/libbcc/lib/Renderscript/
DRSEmbedInfo.cpp36 using namespace bcc;
140 namespace bcc { namespace
/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/include/bcc/Support/
DInitialization.h20 namespace bcc {
DInputFile.h23 namespace bcc {
DOutputFile.h27 namespace bcc {
/frameworks/compile/libbcc/lib/Core/
DBCCContextImpl.cpp25 using namespace bcc;
DBCCContextImpl.h23 namespace bcc {
DScript.cpp21 using namespace bcc;
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
DCompilerRTSymbolResolver.h22 namespace bcc {
DSymbolResolverProxy.h25 namespace bcc {
DSymbolResolverInterface.h22 namespace bcc {
/frameworks/compile/libbcc/lib/ExecutionEngine/
DSymbolResolverProxy.cpp19 using namespace bcc;
/frameworks/compile/libbcc/include/bcc/
DBCCContext.h24 namespace bcc {
DScript.h20 namespace bcc {

123