LLDB mainline
Public Member Functions | Private Member Functions | Private Attributes | List of all members
lldb_private::Symtab::FileRangeToIndexMapCompare Class Reference

#include <Symtab.h>

Public Member Functions

 FileRangeToIndexMapCompare (const Symtab &symtab)
 
bool operator() (const uint32_t a_data, const uint32_t b_data) const
 

Private Member Functions

int rank (const uint32_t data) const
 

Private Attributes

const Symtabm_symtab
 

Detailed Description

Definition at line 246 of file Symtab.h.

Constructor & Destructor Documentation

◆ FileRangeToIndexMapCompare()

lldb_private::Symtab::FileRangeToIndexMapCompare::FileRangeToIndexMapCompare ( const Symtab symtab)
inline

Definition at line 248 of file Symtab.h.

Member Function Documentation

◆ operator()()

bool lldb_private::Symtab::FileRangeToIndexMapCompare::operator() ( const uint32_t  a_data,
const uint32_t  b_data 
) const
inline

Definition at line 249 of file Symtab.h.

References rank().

◆ rank()

int lldb_private::Symtab::FileRangeToIndexMapCompare::rank ( const uint32_t  data) const
inlineprivate

Member Data Documentation

◆ m_symtab

const Symtab& lldb_private::Symtab::FileRangeToIndexMapCompare::m_symtab
private

Definition at line 265 of file Symtab.h.

Referenced by rank().


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