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

Declarations

include/llvm/TextAPI/MachO/Architecture.h
   46 raw_ostream &operator<<(raw_ostream &OS, Architecture Arch);

References

lib/TextAPI/MachO/TextStub.cpp
  378     OS << Value.Arch << "-";
lib/TextAPI/MachO/TextStubCommon.cpp
  130   OS << Value;
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   57     OS << V.V;