Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp981 CGDebugInfo::createFieldType(StringRef name, QualType type, SourceLocation loc, in createFieldType() function in CGDebugInfo
1023 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields()
1035 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields()
1089 createFieldType(name, type, field->getLocation(), field->getAccess(), in CollectRecordNormalField()
3371 fields.push_back(createFieldType("__isa", C.VoidPtrTy, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
3374 fields.push_back(createFieldType("__flags", C.IntTy, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
3377 fields.push_back(createFieldType("__reserved", C.IntTy, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
3382 fields.push_back(createFieldType("__FuncPtr", FnPtrType, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
3385 fields.push_back(createFieldType( in EmitDeclareOfBlockLiteralArgVariable()
3440 fields.push_back(createFieldType("this", type, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
[all …]
DCGDebugInfo.h234 llvm::DIType *createFieldType(StringRef name, QualType type,