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

Declarations

tools/lldb/include/lldb/Core/Section.h
  175   const char *GetTypeAsCString() const;

References

tools/lldb/source/Core/Section.cpp
  307   s->Printf("0x%8.8" PRIx64 " %-16s ", GetID(), GetTypeAsCString());
tools/lldb/tools/lldb-test/lldb-test.cpp
  838     Printer.formatLine("Type: {0}", S->GetTypeAsCString());