Home
last modified time | relevance | path

Searched refs:DITypeRef (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/IR/
DDIBuilder.cpp235 DITypeRef::get(FromTy), 0, 0, 0, 0); in createQualifiedType()
244 nullptr, 0, nullptr, DITypeRef::get(PointeeTy), in createPointerType()
253 nullptr, 0, nullptr, DITypeRef::get(PointeeTy), in createMemberPointerType()
255 DITypeRef::get(Base)); in createMemberPointerType()
263 DITypeRef::get(RTy), SizeInBits, AlignInBits, 0, 0); in createReferenceType()
272 DITypeRef::get(Ty), 0, 0, 0, 0); in createTypedef()
279 DITypeRef::get(Ty), DITypeRef::get(FriendTy), 0, 0, in createFriend()
288 0, DITypeRef::get(Ty), DITypeRef::get(BaseTy), 0, 0, in createInheritance()
300 DIScopeRef::get(getNonCompileUnitScope(Scope)), DITypeRef::get(Ty), in createMemberType()
318 DIScopeRef::get(getNonCompileUnitScope(Scope)), DITypeRef::get(Ty), 0, 0, in createStaticMemberType()
[all …]
DDebugInfo.cpp153 for (DITypeRef Ref : ST->getTypeArray()) in processType()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h96 typedef TypedDINodeRef<DIType> DITypeRef; typedef
114 DITypeRef operator[](unsigned I) const { return DITypeRef(N->getOperand(I)); }
116 class iterator : std::iterator<std::input_iterator_tag, DITypeRef,
117 std::ptrdiff_t, void, DITypeRef> {
123 DITypeRef operator*() const { return DITypeRef(*I); }
582 DITypeRef getRef() const { return DITypeRef::get(this); }
672 DIScopeRef Scope, DITypeRef BaseType,
707 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits,
716 DITypeRef getBaseType() const { return DITypeRef(getRawBaseType()); }
731 DITypeRef getClassType() const {
[all …]
/external/llvm/unittests/IR/
DMetadataTest.cpp94 DITypeRef getBasicType(StringRef Name) { in getBasicType()
98 DITypeRef getDerivedType() { in getDerivedType()
110 DITypeRef getCompositeType() { in getCompositeType()
990 DITypeRef BaseType = getBasicType("basic"); in TEST_F()
1051 DITypeRef BaseType = getBasicType("basic"); in TEST_F()
1070 DITypeRef BaseType = getCompositeType(); in TEST_F()
1077 DITypeRef VTableHolder = getCompositeType(); in TEST_F()
1189 DITypeRef BaseType = getCompositeType(); in TEST_F()
1196 DITypeRef VTableHolder = getCompositeType(); in TEST_F()
1215 DITypeRef BaseType = getCompositeType(); in TEST_F()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp542 DITypeRef Deriv = DTy->getBaseType(); in isUnsignedDIType()