Searched refs:createFieldType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 307 llvm::DIType *createFieldType(StringRef name, QualType type, 314 llvm::DIType *createFieldType(StringRef name, QualType type, 319 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
| H A D | CGDebugInfo.cpp | 1460 llvm::DIType *CGDebugInfo::createFieldType( in createFieldType() function in CGDebugInfo 1504 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields() 1516 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields() 1573 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField() 4826 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 4829 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 4840 createFieldType("__reserved", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 4844 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 4847 Fields.push_back(createFieldType( in collectDefaultFieldsForBlockLiteralDeclare() 4928 fields.push_back(createFieldType("this", type, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable() [all …]
|