Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h295 llvm::DIType *createFieldType(StringRef name, QualType type,
301 llvm::DIType *createFieldType(StringRef name, QualType type,
306 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
H A DCGDebugInfo.cpp1386 CGDebugInfo::createFieldType(StringRef name, QualType type, SourceLocation loc, in createFieldType() function in CGDebugInfo
1430 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields()
1442 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields()
1498 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField()
4543 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4546 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4557 createFieldType("__reserved", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4561 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4564 Fields.push_back(createFieldType( in collectDefaultFieldsForBlockLiteralDeclare()
4645 fields.push_back(createFieldType("this", type, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
[all …]