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

Declarations

include/llvm/Transforms/IPO/Attributor.h
 1509 raw_ostream &operator<<(raw_ostream &OS, const AbstractAttribute &AA);

References

lib/Transforms/IPO/Attributor.cpp
  320   LLVM_DEBUG(dbgs() << "[Attributor] Update: " << *this << "\n");
  324   LLVM_DEBUG(dbgs() << "[Attributor] Update " << HasChanged << " " << *this
  537                     << static_cast<const AbstractAttribute &>(QueryingAA)
  611                     << static_cast<const AbstractAttribute &>(QueryingAA)
 1147                       << static_cast<const AbstractAttribute &>(RetValAA)