HomeSort by relevance Sort by last modified time
    Searched refs:createExpandVAArgPass (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCCompilerDriver.h 43 virtual ABCExpandVAArgPass *createExpandVAArgPass() const;
ARMABCExpandVAArg.cpp 84 ABCExpandVAArgPass *ARMABCCompilerDriver::createExpandVAArgPass() const {
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCCompilerDriver.h 36 virtual ABCExpandVAArgPass *createExpandVAArgPass() const;
MipsABCExpandVAArg.cpp 87 ABCExpandVAArgPass *MipsABCCompilerDriver::createExpandVAArgPass() const {
  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCCompilerDriver.h 36 virtual ABCExpandVAArgPass *createExpandVAArgPass() const;
X86ABCExpandVAArg.cpp 72 ABCExpandVAArgPass *X86ABCCompilerDriver::createExpandVAArgPass() const {
  /frameworks/compile/libbcc/include/bcc/AndroidBitcode/
ABCCompilerDriver.h 64 virtual ABCExpandVAArgPass *createExpandVAArgPass() const = 0;
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompiler.cpp 45 pm.add(mDriver.createExpandVAArgPass());

Completed in 129 milliseconds