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

  /external/llvm/include/llvm/IR/
Attributes.h 73 ByVal, ///< Pass structure by value
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 36 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value
75 bool isByVal() const { return Flags & ByVal; }
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 1348 milliseconds