HomeSort by: relevance | last modified time | path
    Searched refs:PaddingType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 40 /// if the specified type stored in "PaddingType" is not zero.
93 llvm::Type *PaddingType; // canHavePaddingType()
126 PaddingType = T;
136 : TypeData(nullptr), PaddingType(nullptr), DirectAttr{0, 0}, TheKind(K),
338 return (canHavePaddingType() ? PaddingType : nullptr);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTagging.cpp 505 Type *PaddingType =
507 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 655 "Unexpected PaddingType seen in arginfo in generic VAArg emitter!");
675 "Unexpected PaddingType seen in arginfo in generic VAArg emitter!");
1830 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr;
1846 IsFastCall || IsVectorCall || IsRegCall, PaddingType);

Completed in 36 milliseconds