Searched defs:ABCCompilerDriver (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp17 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
47 ABCCompilerDriver::ABCCompilerDriver(const std::string &pTriple) function in class:bcc::ABCCompilerDriver
53 ABCCompilerDriver::~ABCCompilerDriver() {
58 bool ABCCompilerDriver::configCompiler() {
86 bool ABCCompilerDriver::configLinker() {
134 Script *ABCCompilerDriver::prepareScript(int pInputFd) {
152 bool ABCCompilerDriver::compile(Script &pScript, llvm::raw_ostream &pOutput) {
169 bool ABCCompilerDriver
[all...]
/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
H A DABCCompilerDriver.h33 class ABCCompilerDriver { class in namespace:bcc
64 ABCCompilerDriver(const std::string &pTriple);
67 static ABCCompilerDriver *Create(const std::string &pTriple);
69 virtual ~ABCCompilerDriver();

Completed in 86 milliseconds