reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
92 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIDerivedType)
185 case DIDerivedTypeKind: 432 case DIDerivedTypeKind: 677 case DIDerivedTypeKind: 768 : DIType(C, DIDerivedTypeKind, Storage, Tag, Line, SizeInBits, 792 TempDIDerivedType cloneImpl() const { 820 TempDIDerivedType clone() const { return cloneImpl(); } 882 return MD->getMetadataID() == DIDerivedTypeKind;include/llvm/Support/Casting.h
92 return isa_impl<To, From>::doit(*Val); 92 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val);lib/IR/DebugInfoMetadata.cpp
379 DEFINE_GETIMPL_STORE(
unittests/IR/MetadataTest.cpp 1357 TempDIDerivedType Temp = N->clone();