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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 44 /// if the specified type stored in "PaddingType" is not zero.
77 llvm::Type *PaddingType;
93 : PaddingType(nullptr), TheKind(K), PaddingInReg(false), InReg(false) {}
97 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
182 llvm::Type *getPaddingType() const { return PaddingType; }
184 void setPaddingType(llvm::Type *T) { PaddingType = T; }
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 273 milliseconds