reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
87 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DISubrange)
182 case DISubrangeKind: 294 : DINode(C, DISubrangeKind, Storage, dwarf::DW_TAG_subrange_type, Ops), 307 TempDISubrange cloneImpl() const { 318 TempDISubrange clone() const { return cloneImpl(); } 339 return MD->getMetadataID() == DISubrangeKind;include/llvm/Support/Casting.h
106 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val);lib/IR/DebugInfoMetadata.cpp
329 DEFINE_GETIMPL_STORE(DISubrange, (CountNode, Lo), Ops);
unittests/IR/MetadataTest.cpp 1149 TempDISubrange Temp = N->clone();