LLDB mainline
Static Public Member Functions | List of all members
lldb_private::process_gdb_remote::ProcessGDBRemote::ModuleCacheInfo Struct Reference

Static Public Member Functions

static ModuleCacheKey getEmptyKey ()
 
static ModuleCacheKey getTombstoneKey ()
 
static unsigned getHashValue (const ModuleCacheKey &key)
 
static bool isEqual (const ModuleCacheKey &LHS, const ModuleCacheKey &RHS)
 

Detailed Description

Definition at line 452 of file ProcessGDBRemote.h.

Member Function Documentation

◆ getEmptyKey()

static ModuleCacheKey lldb_private::process_gdb_remote::ProcessGDBRemote::ModuleCacheInfo::getEmptyKey ( )
inlinestatic

Definition at line 453 of file ProcessGDBRemote.h.

◆ getHashValue()

static unsigned lldb_private::process_gdb_remote::ProcessGDBRemote::ModuleCacheInfo::getHashValue ( const ModuleCacheKey key)
inlinestatic

Definition at line 457 of file ProcessGDBRemote.h.

◆ getTombstoneKey()

static ModuleCacheKey lldb_private::process_gdb_remote::ProcessGDBRemote::ModuleCacheInfo::getTombstoneKey ( )
inlinestatic

Definition at line 455 of file ProcessGDBRemote.h.

◆ isEqual()

static bool lldb_private::process_gdb_remote::ProcessGDBRemote::ModuleCacheInfo::isEqual ( const ModuleCacheKey LHS,
const ModuleCacheKey RHS 
)
inlinestatic

Definition at line 461 of file ProcessGDBRemote.h.


The documentation for this struct was generated from the following file: