Home
last modified time | relevance | path

Searched refs:createFieldType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h286 llvm::DIType *createFieldType(StringRef name, QualType type,
292 llvm::DIType *createFieldType(StringRef name, QualType type,
297 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
DCGDebugInfo.cpp1347 CGDebugInfo::createFieldType(StringRef name, QualType type, SourceLocation loc, in createFieldType() function in CGDebugInfo
1391 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields()
1403 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields()
1459 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField()
4435 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4438 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4442 Fields.push_back(createFieldType("__isa", Context.VoidPtrTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4445 Fields.push_back(createFieldType("__flags", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4449 createFieldType("__reserved", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4453 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
[all …]
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp981 CGDebugInfo::createFieldType(StringRef name, QualType type, SourceLocation loc, in createFieldType() function in CGDebugInfo
1023 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields()
1035 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields()
1089 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField()
3371 fields.push_back(createFieldType("__isa", C.VoidPtrTy, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
3374 fields.push_back(createFieldType("__flags", C.IntTy, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
3377 fields.push_back(createFieldType("__reserved", C.IntTy, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
3382 fields.push_back(createFieldType("__FuncPtr", FnPtrType, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
3385 fields.push_back(createFieldType( in EmitDeclareOfBlockLiteralArgVariable()
3440 fields.push_back(createFieldType("this", type, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
[all …]
DCGDebugInfo.h234 llvm::DIType *createFieldType(StringRef name, QualType type,