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

  /frameworks/compile/libbcc/include/bcc/AndroidBitcode/
ABCExpandVAArgPass.h 37 * ABCExpandVAArg::expandVAArg to expand va_arg.
48 virtual llvm::Value *expandVAArg(llvm::Instruction *pInst) = 0;
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCExpandVAArgPass.cpp 38 llvm::Value *v = expandVAArg(&*inst);
  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 41 virtual llvm::Value *expandVAArg(llvm::Instruction *pInst) {
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 41 llvm::Value *expandVAArg(llvm::Instruction *pInst) {
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCExpandVAArg.cpp 41 virtual llvm::Value *expandVAArg(llvm::Instruction *pInst) {

Completed in 61 milliseconds