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

  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 44 const Attributes ByVal = 1<<7; ///< Pass structure by value
88 const Attributes ParameterOnly = ByVal | Nest | StructRet | NoCapture;
102 ByVal | InReg | Nest | StructRet,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 31 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value
62 bool isByVal() const { return Flags & ByVal; }
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 36 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value
82 bool isByVal() const { return Flags & ByVal; }

Completed in 90 milliseconds