Searched defs:bcc (Results 1 - 25 of 31) 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
125 } // end namespace bcc
H A DScript.h20 namespace bcc { namespace
59 } // end namespace bcc
H A DSource.h30 namespace bcc { namespace
110 } // 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 *);
165 } // end namespace bcc
H A DRSScript.h20 #include "bcc/Script.h"
21 #include "bcc/Support/Sha1Util.h"
27 namespace bcc { namespace
33 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
131 } // end namespace bcc
H A DRSScriptGroupFusion.h27 namespace bcc { namespace
34 /// @param Context bcc context.
H A DRSTransforms.h25 namespace bcc { namespace
52 } // 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 DBCCContextImpl.h23 namespace bcc { namespace
43 } // namespace bcc
H A DSource.cpp17 #include "bcc/Source.h"
30 #include "bcc/BCCContext.h"
31 #include "bcc/Support/Log.h"
57 namespace bcc { namespace
210 } // namespace bcc
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSAddDebugInfoPass.cpp17 #include "bcc/Assert.h"
18 #include "bcc/Renderscript/RSTransforms.h"
19 #include "bcc/Support/Log.h"
53 // Gather information about this bcc module.
96 // Start generating debug information for bcc-generated code.
164 if (allocaInst->getName() == bcc::BCC_INDEX_VAR_NAME) {
216 ExpandedFunc, bcc::BCC_INDEX_VAR_NAME, sourceFileName, 1,
269 namespace bcc { namespace
275 } // end namespace bcc
H A DRSEmbedInfo.cpp17 #include "bcc/Assert.h"
18 #include "bcc/Config/Config.h"
19 #include "bcc/Renderscript/RSTransforms.h"
20 #include "bcc/Renderscript/RSUtils.h"
21 #include "bcc/Support/Log.h"
37 using namespace bcc;
46 * bcc + libRSCpuRef are always paired together for installation).
190 namespace bcc { namespace
197 } // end namespace bcc
H A DRSGlobalInfoPass.cpp17 #include "bcc/Assert.h"
18 #include "bcc/Renderscript/RSUtils.h"
19 #include "bcc/Support/Log.h"
275 namespace bcc { namespace
H A DRSInvariant.cpp17 #include "bcc/Renderscript/RSTransforms.h"
18 #include "bcc/Renderscript/RSUtils.h"
146 namespace bcc { namespace
153 } // end namespace bcc
H A DRSInvokeHelperPass.cpp17 #include "bcc/Assert.h"
18 #include "bcc/Renderscript/RSTransforms.h"
19 #include "bcc/Renderscript/RSUtils.h"
36 #include "bcc/Config/Config.h"
37 #include "bcc/Support/Log.h"
41 using namespace bcc;
228 namespace bcc { namespace
H A DRSIsThreadablePass.cpp17 #include "bcc/Renderscript/RSTransforms.h"
18 #include "bcc/Support/Log.h"
128 namespace bcc { namespace

Completed in 131 milliseconds

12