HomeSort by: relevance | last modified time | path
    Searched defs:FieldTypes (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 175 FieldTypes.push_back(getByteArrayType(Size));
216 SmallVector<llvm::Type *, 16> FieldTypes;
365 FieldTypes.push_back(StorageType);
824 FieldTypes.push_back(Member->Data);
827 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1;
830 setBitFieldInfo(Member->FD, Member->Offset, FieldTypes.back());
832 NonVirtualBases[Member->RD] = FieldTypes.size() - 1;
834 VirtualBases[Member->RD] = FieldTypes.size() - 1;
891 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed);
903 Ty->setBody(Builder.FieldTypes, Builder.Packed)
    [all...]
CodeGenModule.cpp 5230 QualType FieldTypes[] = {
5243 FieldTypes[i], /*TInfo=*/nullptr,
MicrosoftCXXABI.cpp 466 llvm::Type *FieldTypes[] = {
471 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName);
484 llvm::Type *FieldTypes[] = {
494 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor");
504 llvm::Type *FieldTypes[] = {
511 ClassHierarchyDescriptorType->setBody(FieldTypes);
520 llvm::Type *FieldTypes[] = {
528 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes);
700 llvm::Type *FieldTypes[] = {
710 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 727 SmallVector<Type*, 16> FieldTypes;
728 FieldTypes.reserve(LayoutFields.size() * 3 / 2);
741 FieldTypes.push_back(ArrayType::get(Type::getInt8Ty(Context),
746 F.LayoutFieldIndex = FieldTypes.size();
748 FieldTypes.push_back(F.Ty);
752 Ty->setBody(FieldTypes, Packed);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 2983 QualType FieldTypes[2];
2986 FieldTypes[0] = Context->getObjCIdType();
2988 FieldTypes[1] = Context->getObjCIdType();
2995 FieldTypes[i], nullptr,
3011 QualType FieldTypes[4];
3014 FieldTypes[0] = Context->getObjCIdType();
3016 FieldTypes[1] = Context->IntTy;
3018 FieldTypes[2] = Context->getPointerType(Context->CharTy);
3020 FieldTypes[3] = Context->LongTy;
3028 FieldTypes[i], nullptr
    [all...]
RewriteObjC.cpp 2537 QualType FieldTypes[2];
2540 FieldTypes[0] = Context->getObjCIdType();
2542 FieldTypes[1] = Context->getObjCClassType();
2549 FieldTypes[i], nullptr,
2565 QualType FieldTypes[4];
2568 FieldTypes[0] = Context->getObjCIdType();
2570 FieldTypes[1] = Context->IntTy;
2572 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2574 FieldTypes[3] = Context->LongTy;
2582 FieldTypes[i], nullptr
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6633 QualType FieldTypes[] = {
6646 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr,
6668 QualType FieldTypes[] = {
6685 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr,
8003 QualType FieldTypes[NumFields];
8007 FieldTypes[0] = Context->getPointerType(Context->VoidTy);
8011 FieldTypes[1] = Context->getPointerType(Context->VoidTy);
8015 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
8019 FieldTypes[3] = Context->IntTy;
8023 FieldTypes[4] = Context->IntTy
    [all...]

Completed in 51 milliseconds