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

12

/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/lib/Core/
H A DBCCContextImpl.cpp23 #include "bcc/Source.h"
25 using namespace bcc;
H A DScript.cpp17 #include "bcc/Script.h"
19 #include "bcc/Source.h"
21 using namespace bcc;
H A DBCCContextImpl.h23 namespace bcc { namespace
43 } // namespace bcc
H A DBCCContext.cpp17 #include "bcc/BCCContext.h"
21 #include "bcc/Source.h"
22 #include "bcc/Support/Log.h"
26 using namespace bcc;
/frameworks/compile/libbcc/tools/bcc/
H A DAndroid.mk23 LOCAL_MODULE := bcc
47 LOCAL_MODULE := bcc
H A DMain.cpp38 #include <bcc/BCCContext.h>
39 #include <bcc/Compiler.h>
40 #include <bcc/Config/Config.h>
41 #include <bcc/Renderscript/RSCompilerDriver.h>
42 #include <bcc/Script.h>
43 #include <bcc/Source.h>
44 #include <bcc/Support/Log.h>
45 #include <bcc/Support/CompilerConfig.h>
46 #include <bcc/Support/Initialization.h>
47 #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/include/bcc/Renderscript/
H A DRSTransforms.h25 namespace bcc { namespace
46 } // end namespace bcc
H A DRSScriptGroupFusion.h27 namespace bcc { namespace
34 /// @param Context bcc context.
H A DRSScript.h20 #include "bcc/Script.h"
21 #include "bcc/Support/Sha1Util.h"
27 namespace bcc { namespace
32 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
126 } // end namespace bcc
H A DRSCompilerDriver.h20 #include "bcc/Compiler.h"
21 #include "bcc/Renderscript/RSScript.h"
29 namespace bcc { namespace
37 typedef void (*RSCompilerDriverInit_t) (bcc::RSCompilerDriver *);
161 } // 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;
H A DOutputFile.cpp17 #include "bcc/Support/OutputFile.h"
23 #include "bcc/Support/Log.h"
25 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/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/Renderscript/RSCompilerDriver.h>
34 #include <bcc/Script.h>
35 #include <bcc/Source.h>
36 #include <bcc/Support/CompilerConfig.h>
37 #include <bcc/Support/Initialization.h>
38 #include <bcc/Support/InputFile.h>
39 #include <bcc/Suppor
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp17 #include "bcc/Renderscript/RSScript.h"
19 #include "bcc/Assert.h"
20 #include "bcc/Source.h"
21 #include "bcc/Support/Log.h"
23 using namespace bcc;
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h28 namespace bcc { namespace
106 bcc::RSLinkRuntimeCallback pLinkRuntimeCallback) {
109 bcc::RSLinkRuntimeCallback getLinkRuntimeCallback() {
184 bcc::RSLinkRuntimeCallback mLinkRuntimeCallback;
H A Drsd_cpu.h28 namespace bcc { namespace
33 (bcc::RSScript *, llvm::Module *, llvm::Module *);
35 } // end namespace bcc;
39 typedef void (*RSSetupCompilerCallback) (bcc::RSCompilerDriver *);
131 , bcc::RSLinkRuntimeCallback pLinkRuntimeCallback = nullptr,

Completed in 260 milliseconds

12