Home
last modified time | relevance | path

Searched refs:createMemberType (Results 1 – 4 of 4) sorted by relevance

/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp165 DIDerivedType DT = D->createMemberType( in LLVMDIBuilderCreateMemberType()
/external/llvm/include/llvm/IR/
DDIBuilder.h196 MDDerivedType *createMemberType(MDScope *Scope, StringRef Name,
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp433 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/
DDIBuilder.cpp283 MDDerivedType *DIBuilder::createMemberType(MDScope *Scope, StringRef Name, in createMemberType() function in DIBuilder