Searched refs:ABCCompilerDriver (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
H A DABCCompiler.h24 class ABCCompilerDriver;
28 const ABCCompilerDriver &mDriver;
31 ABCCompiler(const ABCCompilerDriver &pDriver) : mDriver(pDriver) {
H A DABCCompilerDriver.h33 class ABCCompilerDriver { class in namespace:bcc
67 ABCCompilerDriver();
70 static ABCCompilerDriver *Create(const std::string &pTriple);
72 virtual ~ABCCompilerDriver();
/frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
H A DARMABCCompilerDriver.h20 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
24 class ARMABCCompilerDriver : public ABCCompilerDriver {
30 : ABCCompilerDriver(), mInThumbMode(pInThumbMode) { }
/frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
H A DMipsABCCompilerDriver.h20 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
24 class MipsABCCompilerDriver : public ABCCompilerDriver {
26 MipsABCCompilerDriver() : ABCCompilerDriver() { }
/frameworks/compile/libbcc/lib/AndroidBitcode/X86/
H A DX86ABCCompilerDriver.h20 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
24 class X86ABCCompilerDriver : public ABCCompilerDriver {
26 X86ABCCompilerDriver() : ABCCompilerDriver() { }
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp17 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
47 ABCCompilerDriver::ABCCompilerDriver() function in class:bcc::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
[all...]
H A DAndroid.mk27 ABCCompilerDriver.cpp
/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp27 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
128 ABCCompilerDriver *driver = ABCCompilerDriver::Create(triple);

Completed in 207 milliseconds