Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1405 CGDebugInfo::createFieldType(StringRef name, QualType type, SourceLocation loc, in createFieldType() function in CGDebugInfo
1449 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields()
1461 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields()
1517 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField()
4565 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4568 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4572 Fields.push_back(createFieldType("__isa", Context.VoidPtrTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4575 Fields.push_back(createFieldType("__flags", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4579 createFieldType("__reserved", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
4583 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
[all …]