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

Declarations

include/llvm/IR/Metadata.def
  100 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILexicalBlock)

References

include/llvm/IR/DebugInfoMetadata.h
  191     case DILexicalBlockKind:
  438     case DILexicalBlockKind:
 1347            MD->getMetadataID() == DILexicalBlockKind ||
 1853     return MD->getMetadataID() == DILexicalBlockKind ||
 1867       : DILexicalBlockBase(C, DILexicalBlockKind, Storage, Ops), Line(Line),
 1886   TempDILexicalBlock cloneImpl() const {
 1899   TempDILexicalBlock clone() const { return cloneImpl(); }
 1905     return MD->getMetadataID() == DILexicalBlockKind;
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
  678   DEFINE_GETIMPL_STORE(DILexicalBlock, (Line, Column), Ops);
unittests/IR/MetadataTest.cpp
 1968   TempDILexicalBlock Temp = N->clone();