GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | Friends | List of all members
index_cache_store_context Struct Reference

#include "index-cache.h"

Public Member Functions

 index_cache_store_context (const index_cache &ic, dwarf2_per_bfd *per_bfd)
 

Private Attributes

bool m_enabled
 
std::string build_id_str
 
gdb::optional< std::string > dwz_build_id_str
 

Friends

class index_cache
 

Detailed Description

Definition at line 41 of file index-cache.h.

Constructor & Destructor Documentation

◆ index_cache_store_context()

index_cache_store_context::index_cache_store_context ( const index_cache & ic,
dwarf2_per_bfd * per_bfd )

Friends And Related Symbol Documentation

◆ index_cache

friend class index_cache
friend

Definition at line 43 of file index-cache.h.

Member Data Documentation

◆ build_id_str

std::string index_cache_store_context::build_id_str
private

Definition at line 52 of file index-cache.h.

Referenced by index_cache_store_context(), and index_cache::store().

◆ dwz_build_id_str

gdb::optional<std::string> index_cache_store_context::dwz_build_id_str
private

Definition at line 55 of file index-cache.h.

Referenced by index_cache_store_context(), and index_cache::store().

◆ m_enabled

bool index_cache_store_context::m_enabled
private

Definition at line 49 of file index-cache.h.

Referenced by index_cache_store_context(), and index_cache::store().


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