Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h265 llvm::DIType *createFieldType(StringRef name, QualType type,
271 llvm::DIType *createFieldType(StringRef name, QualType type,
276 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
H A DCGDebugInfo.cpp1240 CGDebugInfo::createFieldType(StringRef name, QualType type, SourceLocation loc, in createFieldType() function in CGDebugInfo
1284 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields()
1296 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields()
1352 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField()
3962 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
3965 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
3976 createFieldType("__reserved", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
3980 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
3983 Fields.push_back(createFieldType( in collectDefaultFieldsForBlockLiteralDeclare()
4064 fields.push_back(createFieldType("this", type, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
[all …]