Searched defs:FieldTypes (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 180 Type *FieldTypes[5] = {OverloadTy, OverloadTy, OverloadTy, OverloadTy, getResRetType() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 533 llvm::Type *FieldTypes[] = {CGM.IntTy, CGM.IntTy, CGM.IntTy, in getClassHierarchyDescriptorType() local 495 llvm::Type *FieldTypes[] = { getTypeDescriptorType() local 513 llvm::Type *FieldTypes[] = { getBaseClassDescriptorType() local 549 llvm::Type *FieldTypes[] = { getCompleteObjectLocatorType() local 729 llvm::Type *FieldTypes[] = { getCatchableTypeType() local 753 llvm::Type *FieldTypes[] = { getCatchableTypeArrayType() local 765 llvm::Type *FieldTypes[] = { getThrowInfoType() local [all...] |
H A D | CGRecordLayoutBuilder.cpp | 217 SmallVector<llvm::Type *, 16> FieldTypes; global() member [all...] |
H A D | CodeGenModule.cpp | 6375 QualType FieldTypes[] = { getObjCFastEnumerationStateType() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 298 SmallVector<Type *, N> FieldTypes; global() member in __anon2771ce4e0111::ExpandVariadics::ExpandedCallFrame
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 7571 QualType FieldTypes[] = { getBlockDescriptorType() local 7606 QualType FieldTypes[] = { getBlockDescriptorExtendedType() local 8952 QualType FieldTypes[NumFields]; CreateAArch64ABIBuiltinVaListDecl() local 9005 QualType FieldTypes[NumFields]; CreatePowerABIBuiltinVaListDecl() local 9067 QualType FieldTypes[NumFields]; CreateX86_64ABIBuiltinVaListDecl() local 9170 QualType FieldTypes[NumFields]; CreateSystemZBuiltinVaListDecl() local 9224 QualType FieldTypes[NumFields]; CreateHexagonBuiltinVaListDecl() local [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 733 SmallVector<Register, 4> FieldTypes; getOpTypeStruct() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2537 QualType FieldTypes[2]; getSuperStructType() local 2565 QualType FieldTypes[4]; getConstantStringStructType() local [all...] |
H A D | RewriteModernObjC.cpp | 2983 QualType FieldTypes[2]; getSuperStructType() local 3011 QualType FieldTypes[4]; getConstantStringStructType() local [all...] |
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 920 SmallVector<Type*, 16> FieldTypes; finish() local
|