LLVM 24.0.0git
llvm::DWPStringPool Class Reference

#include "llvm/DWP/DWP.h"

Public Member Functions

 DWPStringPool (DWPWriter &Out)
uint64_t getOffset (const char *Str, unsigned Length)
void clear ()

Detailed Description

Definition at line 158 of file DWP.h.

Constructor & Destructor Documentation

◆ DWPStringPool()

llvm::DWPStringPool::DWPStringPool ( DWPWriter & Out)
inline

Definition at line 164 of file DWP.h.

Member Function Documentation

◆ clear()

void llvm::DWPStringPool::clear ( )
inline

Definition at line 179 of file DWP.h.

Referenced by llvm::write().

◆ getOffset()

uint64_t llvm::DWPStringPool::getOffset ( const char * Str,
unsigned Length )
inline

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