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

/frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
H A DARMABCCompilerDriver.h32 virtual ABCExpandVAArgPass *createExpandVAArgPass() const;
H A DARMABCExpandVAArg.cpp84 ABCExpandVAArgPass *ARMABCCompilerDriver::createExpandVAArgPass() const { function in class:bcc::ARMABCCompilerDriver
/frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
H A DMipsABCCompilerDriver.h34 virtual ABCExpandVAArgPass *createExpandVAArgPass() const;
H A DMipsABCExpandVAArg.cpp87 ABCExpandVAArgPass *MipsABCCompilerDriver::createExpandVAArgPass() const { function in class:bcc::MipsABCCompilerDriver
/frameworks/compile/libbcc/lib/AndroidBitcode/X86/
H A DX86ABCCompilerDriver.h34 virtual ABCExpandVAArgPass *createExpandVAArgPass() const;
H A DX86ABCExpandVAArg.cpp72 ABCExpandVAArgPass *X86ABCCompilerDriver::createExpandVAArgPass() const { function in class:bcc::X86ABCCompilerDriver
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompiler.cpp45 pm.add(mDriver.createExpandVAArgPass());
/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
H A DABCCompilerDriver.h61 virtual ABCExpandVAArgPass *createExpandVAArgPass() const = 0;

Completed in 61 milliseconds