LLDB mainline
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 460 of file ProcessGDBRemote.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 461 of file ProcessGDBRemote.h.

◆ getHashValue()

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

Definition at line 465 of file ProcessGDBRemote.h.

◆ getTombstoneKey()

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

Definition at line 463 of file ProcessGDBRemote.h.

◆ isEqual()

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

Definition at line 469 of file ProcessGDBRemote.h.


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