Searched refs:bcc (Results 26 - 50 of 61) sorted by relevance

123

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h20 #include "bcc/Script.h"
21 #include "bcc/Renderscript/RSInfo.h"
22 #include "bcc/Support/Sha1Util.h"
24 namespace bcc { namespace
103 } // end namespace bcc
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.h25 #include "bcc/Support/Log.h"
26 #include "bcc/Support/Sha1Util.h"
35 namespace bcc { namespace
44 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
249 } // end namespace bcc
/frameworks/compile/libbcc/lib/Core/
H A DBCCContext.cpp17 #include "bcc/BCCContext.h"
21 #include "bcc/Source.h"
22 #include "bcc/Support/Log.h"
26 using namespace bcc;
H A DSource.cpp17 #include "bcc/Source.h"
29 #include "bcc/BCCContext.h"
30 #include "bcc/Support/Log.h"
53 namespace bcc { namespace
189 } // namespace bcc
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.h30 namespace bcc { namespace
60 } // end namespace bcc
H A DSymbolResolvers.cpp17 #include "bcc/ExecutionEngine/SymbolResolvers.h"
51 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/lib/Renderscript/
H A DRSScript.cpp17 #include "bcc/Renderscript/RSScript.h"
19 #include "bcc/Assert.h"
20 #include "bcc/Renderscript/RSInfo.h"
21 #include "bcc/Source.h"
22 #include "bcc/Support/Log.h"
24 using namespace bcc;
H A DRSEmbedInfo.cpp17 #include "bcc/Assert.h"
18 #include "bcc/Renderscript/RSTransforms.h"
32 #include "bcc/Config/Config.h"
33 #include "bcc/Support/Log.h"
36 using namespace bcc;
45 * bcc + libRSCpuRef are always paired together for installation).
140 namespace bcc { namespace
147 } // end namespace bcc
H A DRSCompiler.cpp17 #include "bcc/Renderscript/RSCompiler.h"
23 #include "bcc/Assert.h"
24 #include "bcc/Renderscript/RSExecutable.h"
25 #include "bcc/Renderscript/RSScript.h"
26 #include "bcc/Renderscript/RSTransforms.h"
27 #include "bcc/Source.h"
28 #include "bcc/Support/Log.h"
31 using namespace bcc;
H A DRSInfo.cpp18 #include "bcc/Renderscript/RSInfo.h"
28 #include "bcc/Support/FileBase.h"
29 #include "bcc/Support/Log.h"
35 using namespace bcc;
54 std::string bcc::getCommandLine(int argc, const char* const* argv) {
/frameworks/compile/libbcc/lib/Support/
H A DInitialization.cpp17 #include "bcc/Support/Initialization.h"
24 #include "bcc/Config/Config.h"
25 #include "bcc/Support/Log.h"
37 void bcc::init::Initialize() {
H A DOutputFile.cpp17 #include "bcc/Support/OutputFile.h"
23 #include "bcc/Support/Log.h"
25 using namespace bcc;
H A DSha1Util.cpp17 #include "bcc/Support/Sha1Util.h"
23 #include "bcc/Support/Log.h"
24 #include "bcc/Support/InputFile.h"
26 using namespace bcc;
H A DDisassembler.cpp17 #include "bcc/Support/Disassembler.h"
19 #include "bcc/Config/Config.h"
38 #include "bcc/Support/OutputFile.h"
39 #include "bcc/Support/Log.h"
66 namespace bcc { namespace
210 } // namespace bcc
214 bcc::DisassembleResult Disassemble(llvm::raw_ostream &pOutput,
217 return bcc::kDisassemblerNotAvailable;
220 bcc::DisassembleResult bcc
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h28 namespace bcc { namespace
163 bcc::RSLinkRuntimeCallback pLinkRuntimeCallback) {
166 bcc::RSLinkRuntimeCallback getLinkRuntimeCallback() {
220 bcc::RSLinkRuntimeCallback mLinkRuntimeCallback;
H A Drsd_cpu.h29 namespace bcc { namespace
34 (bcc::RSScript *, llvm::Module *, llvm::Module *);
36 } // end namespace bcc;
40 typedef void (*RSSetupCompilerCallback) (bcc::RSCompilerDriver *);
121 , bcc::RSLinkRuntimeCallback pLinkRuntimeCallback = NULL,
H A DrsCpuScript.cpp30 #include <bcc/BCCContext.h>
31 #include <bcc/Config/Config.h>
32 #include <bcc/Renderscript/RSCompilerDriver.h>
33 #include <bcc/Renderscript/RSExecutable.h>
34 #include <bcc/Renderscript/RSInfo.h>
217 const static char *BCC_EXE_PATH = "/system/bin/bcc";
238 // Execute the bcc compiler.
278 ALOGE("Couldn't fork for bcc compiler execution");
294 ALOGE("Could not wait for bcc compiler");
302 ALOGE("bcc compile
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DSource.h26 namespace bcc { namespace
81 } // namespace bcc
H A DCompiler.h34 namespace bcc { namespace
153 } // 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.h29 namespace bcc { namespace
153 } // end namespace bcc
H A DCompilerConfig.h33 namespace bcc { namespace
125 } // end namespace bcc
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h25 namespace bcc { namespace
132 } // end namespace bcc

Completed in 184 milliseconds

123