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

Declarations

include/llvm/IR/Metadata.def
   82 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILocation)

References

include/llvm/IR/DebugInfoMetadata.h
 1401   TempDILocation cloneImpl() const {
 1431   TempDILocation clone() const { return cloneImpl(); }
 1588     return MD->getMetadataID() == DILocationKind;
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/Bitcode/Writer/BitcodeWriter.cpp
 2050   MDAbbrevs[MetadataAbbrev::DILocationAbbrevID] = createDILocationAbbrev();
lib/IR/DebugInfoMetadata.cpp
   29     : MDNode(C, DILocationKind, Storage, MDs) {
   56     if (auto *N = getUniqued(Context.pImpl->DILocations,
   72                    Storage, Context.pImpl->DILocations);