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

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 111 if (MipsCCInfo.hasByValArg() || FI.hasByvalArg())
MipsISelLowering.h 241 /// hasByValArg - Returns true if function has byval arguments.
242 bool hasByValArg() const { return !ByValArgs.empty(); }
MipsISelLowering.cpp     [all...]

Completed in 33 milliseconds