Searched refs:ARMABCCompilerDriver (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
H A DARMABCCompilerDriver.h24 class ARMABCCompilerDriver : public ABCCompilerDriver { class in namespace:bcc
26 ARMABCCompilerDriver(const std::string &pTriple) function in class:bcc::ARMABCCompilerDriver
29 virtual ~ARMABCCompilerDriver() { }
H A DARMABCExpandVAArg.cpp29 #include "ARM/ARMABCCompilerDriver.h"
84 ABCExpandVAArgPass *ARMABCCompilerDriver::createExpandVAArgPass() const {
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp36 # include "ARM/ARMABCCompilerDriver.h"
235 return new ARMABCCompilerDriver(pTriple);

Completed in 221 milliseconds