HomeSort by relevance Sort by last modified time
    Searched refs:ABCCompilerDriver (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCCompilerDriver.h 20 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
24 class ARMABCCompilerDriver : public ABCCompilerDriver {
30 : ABCCompilerDriver(), mInThumbMode(pInThumbMode) { }
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCCompilerDriver.h 20 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
24 class MipsABCCompilerDriver : public ABCCompilerDriver {
26 MipsABCCompilerDriver() : ABCCompilerDriver() { }
  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCCompilerDriver.h 20 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
24 class X86ABCCompilerDriver : public ABCCompilerDriver {
26 X86ABCCompilerDriver() : ABCCompilerDriver() { }
  /frameworks/compile/libbcc/include/bcc/AndroidBitcode/
ABCCompiler.h 24 class ABCCompilerDriver;
28 const ABCCompilerDriver &mDriver;
31 ABCCompiler(const ABCCompilerDriver &pDriver) : mDriver(pDriver) {
ABCCompilerDriver.h 33 class ABCCompilerDriver {
67 ABCCompilerDriver();
70 static ABCCompilerDriver *Create(const std::string &pTriple);
72 virtual ~ABCCompilerDriver();
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompilerDriver.cpp 17 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
47 ABCCompilerDriver::ABCCompilerDriver()
52 ABCCompilerDriver::~ABCCompilerDriver() {
57 bool ABCCompilerDriver::configCompiler() {
85 bool ABCCompilerDriver::configLinker() {
138 Script *ABCCompilerDriver::prepareScript(int pInputFd) {
156 bool ABCCompilerDriver::compile(Script &pScript, llvm::raw_ostream &pOutput) {
173 bool ABCCompilerDriver::link(const Script &pScript
    [all...]
Android.mk 27 ABCCompilerDriver.cpp
  /frameworks/compile/libbcc/tools/abcc/
Main.cpp 27 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
128 ABCCompilerDriver *driver = ABCCompilerDriver::Create(triple);

Completed in 58 milliseconds