Searched refs:createMemberType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 165 DIDerivedType DT = D->createMemberType( in LLVMDIBuilderCreateMemberType()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 196 MDDerivedType *createMemberType(MDScope *Scope, StringRef Name,
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 433 DBuilder.getOrCreateArray(&*DBuilder.createMemberType( in CreateType() 747 DBuilder.createMemberType(Unit, "__descriptor", Unit, LineNo, FieldSize, in CreateType() 867 return DBuilder.createMemberType(scope, name, file, line, SizeInBits, in createFieldType() 1430 llvm::DIType VPTR = DBuilder.createMemberType( in CollectVTableInfo() 2305 llvm::DIType Ty = DBuilder.createMemberType(Unit, Name, Unit, 0, FieldSize, in CreateMemberType() 2782 FieldTy = DBuilder.createMemberType(Unit, VD->getName(), Unit, 0, FieldSize, in EmitTypeForVarWithBlocksAttr() 3121 DBuilder.createMemberType(tunit, name, tunit, line, PtrInfo.Width, in EmitDeclareOfBlockLiteralArgVariable()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 283 MDDerivedType *DIBuilder::createMemberType(MDScope *Scope, StringRef Name, in createMemberType() function in DIBuilder
|