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

Declarations

include/llvm/IR/Metadata.def
  115 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIMacroFile)

References

include/llvm/IR/DebugInfoMetadata.h
 3133     case DIMacroFileKind:
 3196       : DIMacroNode(C, DIMacroFileKind, Storage, MIType, Ops), Line(Line) {}
 3211   TempDIMacroFile cloneImpl() const {
 3224   TempDIMacroFile clone() const { return cloneImpl(); }
 3246     return MD->getMetadataID() == DIMacroFileKind;
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
 1235   DEFINE_GETIMPL_STORE(DIMacroFile, (MIType, Line), Ops);