Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp317 DBuilder.createMemberType(getOrCreateMainFile(), "isa", in CreateType()
533 FieldTy = DBuilder.createMemberType(Unit, "__descriptor", Unit, in CreateType()
619 return DBuilder.createMemberType(scope, name, file, line, sizeInBits, in createFieldType()
967 = DBuilder.createMemberType(Unit, getVTableName(RD), Unit, in CollectVTableInfo()
1386 DBuilder.createMemberType(U, "ptr", U, 0, in CreateType()
1392 DBuilder.createMemberType(U, "ptr", U, 0, in CreateType()
1590 llvm::DIType Ty = DBuilder.createMemberType(Unit, Name, Unit, 0, in CreateMemberType()
1899 FieldTy = DBuilder.createMemberType(Unit, VD->getName(), Unit, in EmitTypeForVarWithBlocksAttr()
2215 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
/external/llvm/include/llvm/Analysis/
DDIBuilder.h147 DIType createMemberType(DIDescriptor Scope, StringRef Name, DIFile File,
/external/llvm/lib/Analysis/
DDIBuilder.cpp222 DIType DIBuilder::createMemberType(DIDescriptor Scope, StringRef Name, in createMemberType() function in DIBuilder