Searched refs:createFieldType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 306 llvm::DIType *createFieldType(StringRef name, QualType type, 313 llvm::DIType *createFieldType(StringRef name, QualType type, 318 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
| H A D | CGDebugInfo.cpp | 1491 llvm::DIType *CGDebugInfo::createFieldType( in createFieldType() function in CGDebugInfo 1535 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields() 1547 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields() 1604 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField() 4860 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 4863 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 4867 Fields.push_back(createFieldType("__isa", Context.VoidPtrTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 4870 Fields.push_back(createFieldType("__flags", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 4874 createFieldType("__reserved", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 4878 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() [all …]
|