Searched refs:createFieldType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 324 llvm::DIType *createFieldType(StringRef name, QualType type, 331 llvm::DIType *createFieldType(StringRef name, QualType type, 336 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
|
H A D | CGDebugInfo.cpp | 1711 llvm::DIType *CGDebugInfo::createFieldType( in createFieldType() function in CGDebugInfo 1777 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields() 1791 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields() 1858 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField() 5184 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 5187 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 5191 Fields.push_back(createFieldType("__isa", Context.VoidPtrTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 5194 Fields.push_back(createFieldType("__flags", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 5198 createFieldType("__reserved", Context.IntTy, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() 5202 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare() [all …]
|