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

  /external/llvm/include/llvm/IR/
DebugInfo.h 197 typedef DIRef<DIType> DITypeRef;
282 template <> DITypeRef DIDescriptor::getFieldAs<DITypeRef>(unsigned Elt) const;
283 /// Specialize DIRef constructor for DITypeRef.
296 operator DITypeRef () const {
298 "constructing DITypeRef from an MDNode that is not a type");
299 return DITypeRef(&*getRef());
367 DITypeRef getTypeDerivedFrom() const { return getFieldAs<DITypeRef>(9); }
373 DITypeRef getClassType() const
    [all...]
DIBuilder.h 487 DITypeRef Ty, bool isLocalToUnit, llvm::Value *Val);
500 unsigned LineNo, DITypeRef Ty, bool isLocalToUnit,
518 DITypeRef Ty, bool isLocalToUnit, llvm::Value *Val,
539 DITypeRef Ty, bool AlwaysPreserve = false,
558 DITypeRef Ty, ArrayRef<Value *> Addr,
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp     [all...]
DebugInfo.cpp 554 // Make sure that type @ field 8 is a DITypeRef.
572 // Make sure that type @ field 5 is a DITypeRef.
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 767 if (DITypeRef Deriv = DTy.getTypeDerivedFrom())
    [all...]

Completed in 113 milliseconds