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

Derived Classes

tools/lldb/include/lldb/Core/Debugger.h
   70 class Debugger : public std::enable_shared_from_this<Debugger>,
tools/lldb/include/lldb/Core/Section.h
   96 class Section : public std::enable_shared_from_this<Section>,
tools/lldb/include/lldb/Core/ValueObject.h
  105 class ValueObject : public UserID {
tools/lldb/include/lldb/Symbol/Block.h
   41 class Block : public UserID, public SymbolContextScope {
tools/lldb/include/lldb/Symbol/CompileUnit.h
   35 class CompileUnit : public std::enable_shared_from_this<CompileUnit>,
tools/lldb/include/lldb/Symbol/Function.h
  341 class Function : public UserID, public SymbolContextScope {
tools/lldb/include/lldb/Symbol/Type.h
   46 class SymbolFileType : public std::enable_shared_from_this<SymbolFileType>,
   65 class Type : public std::enable_shared_from_this<Type>, public UserID {
tools/lldb/include/lldb/Symbol/Variable.h
   25 class Variable : public UserID, public std::enable_shared_from_this<Variable> {
tools/lldb/include/lldb/Target/Process.h
  354 class Process : public std::enable_shared_from_this<Process>,
tools/lldb/include/lldb/Target/RegisterCheckpoint.h
   21 class RegisterCheckpoint : public UserID {
tools/lldb/include/lldb/Target/Target.h
 1137   class StopHook : public UserID {
tools/lldb/include/lldb/Target/Thread.h
   59 class Thread : public std::enable_shared_from_this<Thread>,
tools/lldb/include/lldb/Target/ThreadPlan.h
  331 class ThreadPlan : public std::enable_shared_from_this<ThreadPlan>,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
   71 class DWARFUnit : public lldb_private::UserID {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
   60 class SymbolFileDWARF : public lldb_private::SymbolFile,

References

tools/lldb/include/lldb/Core/Debugger.h
   71                  public UserID,
tools/lldb/include/lldb/Core/Section.h
   98                 public UserID,
tools/lldb/include/lldb/Core/ValueObject.h
  105 class ValueObject : public UserID {
tools/lldb/include/lldb/Symbol/Block.h
   41 class Block : public UserID, public SymbolContextScope {
tools/lldb/include/lldb/Symbol/CompileUnit.h
   38                     public UserID,
tools/lldb/include/lldb/Symbol/Function.h
  341 class Function : public UserID, public SymbolContextScope {
tools/lldb/include/lldb/Symbol/SymbolFile.h
  223   virtual std::vector<CallEdge> ParseCallEdgesInFunction(UserID func_id) {
tools/lldb/include/lldb/Symbol/Type.h
   47                        public UserID {
   65 class Type : public std::enable_shared_from_this<Type>, public UserID {
tools/lldb/include/lldb/Symbol/Variable.h
   25 class Variable : public UserID, public std::enable_shared_from_this<Variable> {
tools/lldb/include/lldb/Target/Process.h
  356                 public UserID,
tools/lldb/include/lldb/Target/RegisterCheckpoint.h
   21 class RegisterCheckpoint : public UserID {
tools/lldb/include/lldb/Target/Target.h
 1137   class StopHook : public UserID {
tools/lldb/include/lldb/Target/Thread.h
   61                public UserID,
tools/lldb/include/lldb/Target/ThreadPlan.h
  332                    public UserID {
tools/lldb/include/lldb/Utility/UserID.h
   68     bool operator()(const UserID &rhs) const { return m_uid == rhs.GetID(); }
   80 inline bool operator==(const UserID &lhs, const UserID &rhs) {
   80 inline bool operator==(const UserID &lhs, const UserID &rhs) {
   84 inline bool operator!=(const UserID &lhs, const UserID &rhs) {
   84 inline bool operator!=(const UserID &lhs, const UserID &rhs) {
   89 Stream &operator<<(Stream &strm, const UserID &uid);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
   71 class DWARFUnit : public lldb_private::UserID {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3793 SymbolFileDWARF::ParseCallEdgesInFunction(UserID func_id) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
   61                         public lldb_private::UserID {
  296   ParseCallEdgesInFunction(UserID func_id) override;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
 1075 SymbolFileDWARFDebugMap::ParseCallEdgesInFunction(UserID func_id) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
  124   ParseCallEdgesInFunction(lldb_private::UserID func_id) override;
tools/lldb/source/Utility/UserID.cpp
   17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) {