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

Declarations

include/llvm/IR/Metadata.def
  103 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIModule)

References

include/llvm/IR/DebugInfoMetadata.h
  202     case DIModuleKind:
  442     case DIModuleKind:
 2075       : DIScope(Context, DIModuleKind, Storage, dwarf::DW_TAG_module, Ops) {}
 2093   TempDIModule cloneImpl() const {
 2109   TempDIModule clone() const { return cloneImpl(); }
 2124     return MD->getMetadataID() == DIModuleKind;
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
  721   DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(DIModule, Ops);
unittests/IR/MetadataTest.cpp
 2075   TempDIModule Temp = N->clone();