reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/DIBuilder.h
  529     static DIType *createObjectPointerType(DIType *Ty);

References

lib/IR/DebugInfo.cpp
 1104   return wrap(unwrap(Builder)->createObjectPointerType(unwrapDI<DIType>(Type)));
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1503     ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType);
 1508     ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType);
 4083   return DBuilder.createObjectPointerType(Ty);