Searched refs:createFieldType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 349 llvm::DIType *createFieldType(StringRef name, QualType type, 356 llvm::DIType *createFieldType(StringRef name, QualType type, 361 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
| H A D | CGDebugInfo.cpp | 1873 llvm::DIType *CGDebugInfo::createFieldType( in createFieldType() function in CGDebugInfo 1941 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields() 1955 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields() 2022 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField() 5447 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 5450 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 5454 Fields.push_back(createFieldType("__isa", Context.VoidPtrTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 5457 Fields.push_back(createFieldType("__flags", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 5461 createFieldType("__reserved", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 5465 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() [all …]
|