Searched refs:bcc (Results 1 - 25 of 61) sorted by relevance

123

/frameworks/compile/libbcc/include/bcc/Support/
H A DInitialization.h20 namespace bcc { namespace
28 } // end namespace bcc
H A DInputFile.h20 #include "bcc/Support/File.h"
21 #include "bcc/Support/FileBase.h"
23 namespace bcc { namespace
33 } // end namespace bcc
H A DFileMutex.h22 #include "bcc/Support/FileBase.h"
24 namespace bcc { namespace
41 } // namespace bcc
H A DOutputFile.h20 #include "bcc/Support/File.h"
21 #include "bcc/Support/FileBase.h"
27 namespace bcc { namespace
45 } // end namespace bcc
H A DDisassembler.h27 namespace bcc { namespace
50 } // end namespace bcc
H A DSha1Util.h30 namespace bcc { namespace
55 } // end namespace bcc
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSTransforms.h24 namespace bcc { namespace
31 } // end namespace bcc
H A DRSCompiler.h20 #include "bcc/Compiler.h"
22 namespace bcc { namespace
31 } // end namespace bcc
H A DRSCompilerDriver.h20 #include "bcc/ExecutionEngine/CompilerRTSymbolResolver.h"
21 #include "bcc/ExecutionEngine/SymbolResolvers.h"
22 #include "bcc/ExecutionEngine/SymbolResolverProxy.h"
23 #include "bcc/Renderscript/RSInfo.h"
24 #include "bcc/Renderscript/RSCompiler.h"
25 #include "bcc/Renderscript/RSScript.h"
27 namespace bcc { namespace
35 typedef void (*RSCompilerDriverInit_t) (bcc::RSCompilerDriver *);
127 } // end namespace bcc
/frameworks/compile/libbcc/lib/Core/
H A DBCCContextImpl.cpp23 #include "bcc/Source.h"
25 using namespace bcc;
H A DBCCContextImpl.h23 namespace bcc { namespace
43 } // namespace bcc
H A DScript.cpp17 #include "bcc/Script.h"
19 #include "bcc/Source.h"
21 using namespace bcc;
/frameworks/compile/libbcc/tools/bcc/
H A DAndroid.mk23 LOCAL_MODULE := bcc
47 LOCAL_MODULE := bcc
H A DMain.cpp32 #include <bcc/BCCContext.h>
33 #include <bcc/Compiler.h>
34 #include <bcc/Config/Config.h>
35 #include <bcc/ExecutionEngine/CompilerRTSymbolResolver.h>
36 #include <bcc/ExecutionEngine/ObjectLoader.h>
37 #include <bcc/ExecutionEngine/SymbolResolverProxy.h>
38 #include <bcc/ExecutionEngine/SymbolResolvers.h>
39 #include <bcc/Renderscript/RSCompilerDriver.h>
40 #include <bcc/Script.h>
41 #include <bcc/Sourc
[all...]
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DCompilerRTSymbolResolver.h20 #include "bcc/ExecutionEngine/SymbolResolvers.h"
22 namespace bcc { namespace
39 } // end namespace bcc
H A DSymbolResolverInterface.h22 namespace bcc { namespace
38 } // end namespace bcc
H A DSymbolResolverProxy.h20 #include "bcc/ExecutionEngine/SymbolResolverInterface.h"
21 #include "bcc/Support/Log.h"
25 namespace bcc { namespace
39 } // end namespace bcc
H A DObjectLoader.h22 #include "bcc/Support/Log.h"
26 namespace bcc { namespace
70 } // namespace bcc
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DSymbolResolverProxy.cpp17 #include "bcc/ExecutionEngine/SymbolResolverProxy.h"
19 using namespace bcc;
H A DObjectLoaderImpl.h22 #include "bcc/ExecutionEngine/ObjectLoader.h"
23 #include "bcc/Support/Log.h"
27 namespace bcc { namespace
51 } // namespace bcc
/frameworks/rs/cpu_ref/
H A DrsCpuScript.h24 #include <bcc/ExecutionEngine/CompilerRTSymbolResolver.h>
25 #include <bcc/ExecutionEngine/SymbolResolverProxy.h>
32 namespace bcc { namespace
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;
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp30 #include <bcc/BCCContext.h>
31 #include <bcc/Compiler.h>
32 #include <bcc/Config/Config.h>
33 #include <bcc/ExecutionEngine/SymbolResolverProxy.h>
34 #include <bcc/ExecutionEngine/SymbolResolvers.h>
35 #include <bcc/Renderscript/RSCompilerDriver.h>
36 #include <bcc/Script.h>
37 #include <bcc/Source.h>
38 #include <bcc/Support/CompilerConfig.h>
39 #include <bcc/Suppor
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DBCCContext.h24 namespace bcc { namespace
50 } // namespace bcc
H A DScript.h20 namespace bcc { namespace
59 } // end namespace bcc
/frameworks/compile/libbcc/lib/Support/
H A DInputFile.cpp17 #include "bcc/Support/InputFile.h"
19 #include "bcc/Support/Log.h"
21 using namespace bcc;

Completed in 334 milliseconds

123