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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 41 bool IsByVal : 1;
50 IsInReg(false), IsSRet(false), IsNest(false), IsByVal(false),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetCallingConv.h 33 unsigned IsByVal : 1; ///< Struct passed by value
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
75 bool isByVal() const { return IsByVal; }
76 void setByVal() { IsByVal = 1; }
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 122 milliseconds