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

Declarations

include/llvm/IR/Metadata.def
   95 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIFile)

References

include/llvm/IR/DebugInfoMetadata.h
  188     case DIFileKind:
  435     case DIFileKind:
  495       : DIScope(C, DIFileKind, Storage, dwarf::DW_TAG_file_type, Ops),
  518   TempDIFile cloneImpl() const {
  533   TempDIFile clone() const { return cloneImpl(); }
  556     return MD->getMetadataID() == DIFileKind;
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
  510   DEFINE_GETIMPL_STORE(DIFile, (CS, Source), Ops);
unittests/IR/MetadataTest.cpp
 1684   TempDIFile Temp = N->clone();