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

References

include/llvm/IR/DebugInfoMetadata.h
 2592   static inline FragInfo getEmptyKey() { return {MaxVal, MaxVal}; }
 2594   static inline FragInfo getTombstoneKey() { return {MaxVal - 1, MaxVal - 1}; }
 2596   static unsigned getHashValue(const FragInfo &Frag) {
 2600   static bool isEqual(const FragInfo &A, const FragInfo &B) { return A == B; }
 2600   static bool isEqual(const FragInfo &A, const FragInfo &B) { return A == B; }