Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h319 llvm::DIType *createFieldType(StringRef name, QualType type,
326 llvm::DIType *createFieldType(StringRef name, QualType type,
331 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
H A DCGDebugInfo.cpp1607 llvm::DIType *CGDebugInfo::createFieldType( in createFieldType() function in CGDebugInfo
1651 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields()
1665 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields()
1732 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField()
5049 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
5052 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
5063 createFieldType("__reserved", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
5067 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
5070 Fields.push_back(createFieldType( in collectDefaultFieldsForBlockLiteralDeclare()
5151 fields.push_back(createFieldType("this", type, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
[all …]