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

Declarations

include/llvm/IR/Metadata.def
   91 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIBasicType)

References

include/llvm/IR/DebugInfoMetadata.h
  184     case DIBasicTypeKind:
  431     case DIBasicTypeKind:
  676     case DIBasicTypeKind:
  698       : DIType(C, DIBasicTypeKind, Storage, Tag, 0, SizeInBits, AlignInBits, 0,
  718   TempDIBasicType cloneImpl() const {
  735   TempDIBasicType clone() const { return cloneImpl(); }
  746     return MD->getMetadataID() == DIBasicTypeKind;
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
  350   DEFINE_GETIMPL_STORE(DIBasicType, (Tag, SizeInBits, AlignInBits, Encoding,
unittests/IR/MetadataTest.cpp
 1233   TempDIBasicType Temp = N->clone();