LLVM 18.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::DebugDieValuePool Struct Reference

#include "llvm/DWARFLinker/DWARFLinker.h"

Public Member Functions

uint64_t getValueIndex (uint64_t Value)
 
void clear ()
 

Public Attributes

DenseMap< uint64_t, uint64_tDieValueMap
 
SmallVector< uint64_tDieValues
 

Detailed Description

Definition at line 98 of file DWARFLinker.h.

Member Function Documentation

◆ clear()

void llvm::DebugDieValuePool::clear ( )
inline

◆ getValueIndex()

uint64_t llvm::DebugDieValuePool::getValueIndex ( uint64_t  Value)
inline

Member Data Documentation

◆ DieValueMap

DenseMap<uint64_t, uint64_t> llvm::DebugDieValuePool::DieValueMap

Definition at line 99 of file DWARFLinker.h.

Referenced by clear(), and getValueIndex().

◆ DieValues

SmallVector<uint64_t> llvm::DebugDieValuePool::DieValues

Definition at line 100 of file DWARFLinker.h.

Referenced by clear(), getValueIndex(), and llvm::DWARFLinker::link().


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