class DWPStringPool

Declaration

class DWPStringPool { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DWP/DWPStringPool.h:10

Member Variables

private llvm::MCStreamer& Out
private llvm::MCSection* Sec
private DenseMap<const char*, uint32_t, llvm::DWPStringPool::CStrDenseMapInfo> Pool
private uint32_t Offset = 0

Method Overview

  • public DWPStringPool(llvm::MCStreamer & Out, llvm::MCSection * Sec)
  • public uint32_t getOffset(const char * Str, unsigned int Length)

Methods

DWPStringPool(llvm::MCStreamer& Out,
              llvm::MCSection* Sec)

Declared at: llvm/include/llvm/DWP/DWPStringPool.h:39

Parameters

llvm::MCStreamer& Out
llvm::MCSection* Sec

uint32_t getOffset(const char* Str,
                   unsigned int Length)

Declared at: llvm/include/llvm/DWP/DWPStringPool.h:41

Parameters

const char* Str
unsigned int Length