HomeSort by relevance Sort by last modified time
    Searched full:bcc (Results 1 - 25 of 409) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompiler.cpp 17 #include "bcc/AndroidBitcode/ABCCompiler.h"
24 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
25 #include "bcc/AndroidBitcode/ABCExpandVAArgPass.h"
26 #include "bcc/Script.h"
27 #include "bcc/Source.h"
30 namespace bcc { namespace
51 } // namespace bcc
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
SymbolResolverProxy.h 20 #include "bcc/ExecutionEngine/SymbolResolverInterface.h"
21 #include "bcc/Support/Log.h"
25 namespace bcc { namespace
39 } // end namespace bcc
SymbolResolverInterface.h 22 namespace bcc { namespace
38 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/Support/
InputFile.h 20 #include "bcc/Support/File.h"
21 #include "bcc/Support/FileBase.h"
23 namespace bcc { namespace
33 } // end namespace bcc
Initialization.h 20 namespace bcc { namespace
28 } // end namespace bcc
OutputFile.h 20 #include "bcc/Support/File.h"
21 #include "bcc/Support/FileBase.h"
27 namespace bcc { namespace
51 } // end namespace bcc
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCCompilerDriver.cpp 19 #include "bcc/Support/TargetCompilerConfigs.h"
20 #include "bcc/Support/TargetLinkerConfigs.h"
22 namespace bcc { namespace
36 } // end namespace bcc
ARMABCCompilerDriver.h 20 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
22 namespace bcc { namespace
46 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/AndroidBitcode/
ABCCompiler.h 20 #include "bcc/Compiler.h"
22 namespace bcc { namespace
42 } // end namespace bcc
ABCCompilerDriver.h 20 #include "bcc/AndroidBitcode/ABCCompiler.h"
21 #include "bcc/BCCContext.h"
22 #include "bcc/Compiler.h"
23 #include "bcc/Linker.h"
27 namespace bcc { namespace
86 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompiler.h 20 #include "bcc/Compiler.h"
22 namespace bcc { namespace
30 } // end namespace bcc
RSTransforms.h 20 #include "bcc/Renderscript/RSInfo.h"
26 namespace bcc { namespace
34 } // end namespace bcc
RSCompilerDriver.h 20 #include "bcc/ExecutionEngine/CompilerRTSymbolResolver.h"
21 #include "bcc/ExecutionEngine/SymbolResolvers.h"
22 #include "bcc/ExecutionEngine/SymbolResolverProxy.h"
23 #include "bcc/Renderscript/RSInfo.h"
24 #include "bcc/Renderscript/RSCompiler.h"
26 namespace bcc { namespace
93 } // end namespace bcc
RSScript.h 20 #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 *);
105 } // end namespace bcc
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCCompilerDriver.h 20 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
22 namespace bcc { namespace
39 } // end namespace bcc
MipsABCCompilerDriver.cpp 19 #include "bcc/Support/TargetCompilerConfigs.h"
20 #include "bcc/Support/TargetLinkerConfigs.h"
41 namespace bcc { namespace
55 } // end namespace bcc
  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCCompilerDriver.h 20 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
22 namespace bcc { namespace
39 } // end namespace bcc
X86ABCCompilerDriver.cpp 19 #include "bcc/Support/TargetCompilerConfigs.h"
20 #include "bcc/Support/TargetLinkerConfigs.h"
40 namespace bcc { namespace
56 } // end namespace bcc
  /frameworks/compile/libbcc/lib/Core/
Script.cpp 17 #include "bcc/Script.h"
19 #include "bcc/Source.h"
21 using namespace bcc;
BCCContext.cpp 17 #include "bcc/BCCContext.h"
21 #include "bcc/Source.h"
22 #include "bcc/Support/Log.h"
26 using namespace bcc;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ObjectLoaderImpl.h 22 #include "bcc/ExecutionEngine/ObjectLoader.h"
23 #include "bcc/Support/Log.h"
27 namespace bcc { namespace
51 } // namespace bcc
  /frameworks/compile/libbcc/lib/Support/
Initialization.cpp 17 #include "bcc/Support/Initialization.h"
27 #include "bcc/Config/Config.h"
28 #include "bcc/Support/Log.h"
39 void bcc::init::Initialize() {
Sha1Util.cpp 17 #include "bcc/Support/Sha1Util.h"
23 #include "bcc/Support/Log.h"
24 #include "bcc/Support/InputFile.h"
26 using namespace bcc;
  /frameworks/compile/libbcc/tests/
bccarm 3 # Run a test on the ARM version of bcc.
11 proc = subprocess.Popen(["bcc"] + args, stderr=subprocess.PIPE, stdout=subprocess.PIPE)
35 adb(["shell", "rm", "/system/bin/bcc"])
57 remoteCmdLine = ["adb", "shell", "/system/bin/bcc"] + remoteArgs
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp 17 #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;

Completed in 830 milliseconds

1 2 3 4 5 6 7 8 91011>>