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

Declarations

tools/lldb/include/lldb/Utility/Stream.h
  359   Flags &GetFlags();

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6132           LC_THREAD_data.GetFlags().Set(Stream::eBinary);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  458   bool show_form = s.GetFlags().Test(DWARFDebugInfo::eDumpFlag_ShowForm);
tools/lldb/source/Symbol/CompilerType.cpp
  883     strm.GetFlags().Set(Stream::eBinary);
tools/lldb/unittests/Utility/StreamTest.cpp
   34     s.GetFlags().Set(Stream::eBinary);