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

12

/frameworks/compile/libbcc/include/bcc/
H A DBCCContext.h24 namespace bcc { namespace
50 } // namespace bcc
H A DCompiler.h35 namespace bcc { namespace
122 } // end namespace bcc
H A DScript.h20 namespace bcc { namespace
59 } // end namespace bcc
H A DSource.h26 namespace bcc { namespace
88 } // namespace bcc
/frameworks/compile/libbcc/include/bcc/Renderscript/
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
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 DRSScriptGroupFusion.h27 namespace bcc { namespace
34 /// @param Context bcc context.
H A DRSTransforms.h25 namespace bcc { namespace
46 } // end namespace bcc
/frameworks/compile/libbcc/include/bcc/Support/
H A DCompilerConfig.h33 namespace bcc { namespace
125 } // end namespace bcc
H A DDisassembler.h27 namespace bcc { namespace
50 } // end namespace bcc
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 DFileMutex.h22 #include "bcc/Support/FileBase.h"
24 namespace bcc { namespace
41 } // namespace bcc
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 DOutputFile.h20 #include "bcc/Support/File.h"
21 #include "bcc/Support/FileBase.h"
27 namespace bcc { namespace
45 } // end namespace bcc
H A DSha1Util.h30 namespace bcc { namespace
55 } // 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 DBCCContextImpl.cpp23 #include "bcc/Source.h"
25 using namespace bcc;
H A DBCCContextImpl.h23 namespace bcc { namespace
43 } // namespace bcc
H A DCompiler.cpp17 #include "bcc/Compiler.h"
34 #include "bcc/Assert.h"
35 #include "bcc/Renderscript/RSScript.h"
36 #include "bcc/Renderscript/RSTransforms.h"
37 #include "bcc/Script.h"
38 #include "bcc/Source.h"
39 #include "bcc/Support/CompilerConfig.h"
40 #include "bcc/Support/Log.h"
41 #include "bcc/Support/OutputFile.h"
47 using namespace bcc;
[all...]
H A DScript.cpp17 #include "bcc/Script.h"
19 #include "bcc/Source.h"
21 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
184 } // namespace bcc
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp17 #include "bcc/Renderscript/RSCompilerDriver.h"
27 #include "bcc/Assert.h"
29 #include "bcc/BCCContext.h"
30 #include "bcc/Compiler.h"
31 #include "bcc/Config/Config.h"
32 #include "bcc/Renderscript/RSScript.h"
33 #include "bcc/Renderscript/RSScriptGroupFusion.h"
34 #include "bcc/Support/CompilerConfig.h"
35 #include "bcc/Source.h"
36 #include "bcc/Suppor
[all...]
H A DRSEmbedInfo.cpp17 #include "bcc/Assert.h"
18 #include "bcc/Config/Config.h"
19 #include "bcc/Renderscript/RSTransforms.h"
20 #include "bcc/Support/Log.h"
36 using namespace bcc;
45 * bcc + libRSCpuRef are always paired together for installation).
161 namespace bcc { namespace
168 } // end namespace bcc

Completed in 167 milliseconds

12