Searched refs:CreateMemberType (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 715 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset)); in CreateType() 716 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset)); in CreateType() 735 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset)); in CreateType() 737 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset)); in CreateType() 738 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset)); in CreateType() 740 EltTys.push_back(CreateMemberType(Unit, FType, "__FuncPtr", &FieldOffset)); in CreateType() 2300 llvm::DIType CGDebugInfo::CreateMemberType(llvm::DIFile Unit, QualType FType, in CreateMemberType() function in CGDebugInfo 2735 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset)); in EmitTypeForVarWithBlocksAttr() 2736 EltTys.push_back(CreateMemberType(Unit, FType, "__forwarding", &FieldOffset)); in EmitTypeForVarWithBlocksAttr() 2738 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset)); in EmitTypeForVarWithBlocksAttr() [all …]
|
D | CGDebugInfo.h | 363 llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,
|
/external/llvm/bindings/go/llvm/ |
D | dibuilder.go | 391 func (d *DIBuilder) CreateMemberType(scope Metadata, t DIMemberType) Metadata { func
|