Searched refs:X86ABCCompilerDriver (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/AndroidBitcode/X86/
H A DX86ABCCompilerDriver.cpp17 #include "X86/X86ABCCompilerDriver.h"
39 const char **X86ABCCompilerDriver::getNonPortableList() const {
H A DX86ABCCompilerDriver.h24 class X86ABCCompilerDriver : public ABCCompilerDriver { class in namespace:bcc
26 X86ABCCompilerDriver(const std::string &pTriple) function in class:bcc::X86ABCCompilerDriver
29 virtual ~X86ABCCompilerDriver() { }
H A DX86ABCExpandVAArg.cpp29 #include "X86/X86ABCCompilerDriver.h"
72 ABCExpandVAArgPass *X86ABCCompilerDriver::createExpandVAArgPass() const {
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DAndroid.mk37 X86/X86ABCCompilerDriver.cpp \
H A DABCCompilerDriver.cpp42 # include "X86/X86ABCCompilerDriver.h"
245 return new X86ABCCompilerDriver(pTriple);

Completed in 76 milliseconds