Searched refs:PaddingType (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h44 /// if the specified type stored in "PaddingType" is not zero.
77 llvm::Type *PaddingType; variable
92 : PaddingType(nullptr), TheKind(K), PaddingInReg(false), InReg(false) {}
96 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
179 llvm::Type *getPaddingType() const { return PaddingType; }
181 void setPaddingType(llvm::Type *T) { PaddingType = T; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumSkia.cpp43 enum PaddingType { enum in namespace:blink
/external/clang/lib/CodeGen/
H A DCGCall.cpp998 if (llvm::Type *PaddingType = argAI.getPaddingType())
999 argTypes.push_back(PaddingType);
2671 if (llvm::Type *PaddingType = ArgInfo.getPaddingType()) {
2672 Args.push_back(llvm::UndefValue::get(PaddingType));
H A DTargetInfo.cpp903 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; local
912 State.CC == llvm::CallingConv::X86_FastCall, PaddingType);

Completed in 573 milliseconds