Searched refs:bcc (Results 51 - 75 of 85) sorted by relevance

1234

/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
H A DABCCompilerDriver.h20 #include "bcc/AndroidBitcode/ABCCompiler.h"
21 #include "bcc/BCCContext.h"
22 #include "bcc/Compiler.h"
23 #include "bcc/Linker.h"
27 namespace bcc { namespace
87 } // end namespace bcc
/frameworks/compile/libbcc/include/bcc/
H A DLinker.h39 namespace bcc { namespace
107 } // end namespace bcc
H A DSource.h26 namespace bcc { namespace
81 } // namespace bcc
H A DCompiler.h29 namespace bcc { namespace
144 } // end namespace bcc
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSExecutable.h23 #include "bcc/ExecutionEngine/ObjectLoader.h"
24 #include "bcc/Renderscript/RSInfo.h"
25 #include "bcc/Support/Log.h"
29 namespace bcc { namespace
112 } // end namespace bcc
H A DRSInfo.h24 #include "bcc/Renderscript/RSScript.h"
25 #include "bcc/Support/Log.h"
26 #include "bcc/Support/Sha1Util.h"
31 namespace bcc { namespace
258 } // end namespace bcc
/frameworks/compile/libbcc/include/bcc/Support/
H A DFile.h20 #include "bcc/Support/FileBase.h"
22 namespace bcc { namespace
70 } // end namespace bcc
H A DFileBase.h30 namespace bcc { namespace
156 } // end namespace bcc
H A DLinkerConfig.h27 namespace bcc { namespace
96 } // end namespace bcc
H A DTargetCompilerConfigs.h20 #include "bcc/Config/Config.h"
21 #include "bcc/Support/CompilerConfig.h"
23 namespace bcc { namespace
101 } // end namespace bcc
H A DCompilerConfig.h33 namespace bcc { namespace
115 } // end namespace bcc
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp17 #include "bcc/Support/CompilerConfig.h"
23 #include "bcc/Support/Log.h"
24 #include "bcc/Support/TargetCompilerConfigs.h"
26 using namespace bcc;
H A DOutputFile.cpp17 #include "bcc/Support/OutputFile.h"
23 #include "bcc/Support/Log.h"
25 using namespace bcc;
H A DTargetLinkerConfigs.cpp17 #include "bcc/Config/Config.h"
18 #include "bcc/Support/TargetLinkerConfigs.h"
20 using namespace bcc;
H A DFileBase.cpp17 #include "bcc/Support/FileBase.h"
28 using namespace bcc;
/frameworks/rs/driver/
H A DrsdBcc.h23 namespace bcc { namespace
125 bcc::BCCContext *mCompilerContext;
126 bcc::RSCompilerDriver *mCompilerDriver;
127 bcc::RSExecutable *mExecutable;
H A DrsdScriptGroup.cpp19 #include <bcc/BCCContext.h>
20 #include <bcc/Renderscript/RSCompilerDriver.h>
21 #include <bcc/Renderscript/RSExecutable.h>
22 #include <bcc/Renderscript/RSInfo.h>
H A DrsdBcc.cpp19 #include <bcc/BCCContext.h>
20 #include <bcc/Renderscript/RSCompilerDriver.h>
21 #include <bcc/Renderscript/RSExecutable.h>
22 #include <bcc/Renderscript/RSInfo.h>
62 bcc::RSExecutable *exec;
63 const bcc::RSInfo *info;
74 drv->mCompilerContext = new bcc::BCCContext();
76 ALOGE("bcc: FAILS to create compiler context (out of memory)");
80 drv->mCompilerDriver = new bcc::RSCompilerDriver();
82 ALOGE("bcc
[all...]
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h25 namespace bcc { namespace
132 } // end namespace bcc
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompiler.cpp17 #include "bcc/Renderscript/RSCompiler.h"
23 #include "bcc/Renderscript/RSExecutable.h"
24 #include "bcc/Renderscript/RSInfo.h"
25 #include "bcc/Renderscript/RSScript.h"
26 #include "bcc/Renderscript/RSTransforms.h"
27 #include "bcc/Source.h"
28 #include "bcc/Support/Log.h"
30 using namespace bcc;
H A DRSExecutable.cpp17 #include "bcc/Renderscript/RSExecutable.h"
19 #include "bcc/Config/Config.h"
20 #include "bcc/Support/Disassembler.h"
21 #include "bcc/Support/FileBase.h"
22 #include "bcc/Support/Log.h"
23 #include "bcc/Support/OutputFile.h"
24 #include "bcc/ExecutionEngine/SymbolResolverProxy.h"
28 using namespace bcc;
H A DRSInfoWriter.cpp21 #include "bcc/Renderscript/RSInfo.h"
23 #include "bcc/Support/Log.h"
24 #include "bcc/Support/OutputFile.h"
26 using namespace bcc;
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp27 #include "bcc/ExecutionEngine/SymbolResolverInterface.h"
28 #include "bcc/Support/Log.h"
30 using namespace bcc;
H A DObjectLoader.cpp17 #include "bcc/ExecutionEngine/ObjectLoader.h"
21 #include "bcc/ExecutionEngine/GDBJITRegistrar.h"
22 #include "bcc/Support/FileBase.h"
23 #include "bcc/Support/Log.h"
27 using namespace bcc;
/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp24 #include "bcc/Config/Config.h"
25 #include "bcc/Support/Initialization.h"
26 #include "bcc/Support/Log.h"
27 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
31 using namespace bcc;

Completed in 1124 milliseconds

1234