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

Declarations

include/llvm/IR/Metadata.def
  110 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILabel)

References

include/llvm/IR/DebugInfoMetadata.h
  199     case DILabelKind:
 2841       : DINode(C, DILabelKind, Storage, dwarf::DW_TAG_label, Ops), Line(Line) {}
 2856   TempDILabel cloneImpl() const {
 2871   TempDILabel clone() const { return cloneImpl(); }
 2897     return MD->getMetadataID() == DILabelKind;
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
  820   DEFINE_GETIMPL_STORE(DILabel, (Line), Ops);