HomeSort by relevance Sort by last modified time
    Searched refs:DITypeRef (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/IR/
DIBuilder.cpp 235 DITypeRef::get(FromTy), 0, 0, 0, 0);
244 nullptr, 0, nullptr, DITypeRef::get(PointeeTy),
253 nullptr, 0, nullptr, DITypeRef::get(PointeeTy),
255 DITypeRef::get(Base));
263 DITypeRef::get(RTy), SizeInBits, AlignInBits, 0, 0);
272 DITypeRef::get(Ty), 0, 0, 0, 0);
279 DITypeRef::get(Ty), DITypeRef::get(FriendTy), 0, 0,
288 0, DITypeRef::get(Ty), DITypeRef::get(BaseTy), 0, 0
    [all...]
DebugInfo.cpp 153 for (DITypeRef Ref : ST->getTypeArray())
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 96 typedef TypedDINodeRef<DIType> DITypeRef;
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
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 94 DITypeRef getBasicType(StringRef Name) {
98 DITypeRef getDerivedType() {
110 DITypeRef getCompositeType() {
990 DITypeRef BaseType = getBasicType("basic");
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 542 DITypeRef Deriv = DTy->getBaseType();
    [all...]

Completed in 562 milliseconds