Home
last modified time | relevance | path

Searched defs:DebugStrPool (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp811 emitLineTableForUnit(const DWARFDebugLine::LineTable & LineTable,const CompileUnit & Unit,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableForUnit() argument
836 emitLineTablePrologue(const DWARFDebugLine::Prologue & P,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTablePrologue() argument
864 emitLineTablePrologueV2IncludeAndFileTable(const DWARFDebugLine::Prologue & P,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTablePrologueV2IncludeAndFileTable() argument
894 emitLineTablePrologueV5IncludeAndFileTable(const DWARFDebugLine::Prologue & P,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTablePrologueV5IncludeAndFileTable() argument
969 emitLineTableString(const DWARFDebugLine::Prologue & P,const DWARFFormValue & String,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableString() argument
1000 emitLineTableProloguePayload(const DWARFDebugLine::Prologue & P,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableProloguePayload() argument
[all...]
H A DDWARFLinker.cpp2710 OffsetsStringPool DebugStrPool(true); link() local
3002 cloneModuleUnit(LinkContext & Context,RefModuleUnit & Unit,DeclContextTree & ODRContexts,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool,DebugDieValuePool & StringOffsetPool,unsigned Indent) cloneModuleUnit() argument
[all...]
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h547 OffsetsStringPool &DebugStrPool; variable
567 bool Update, OffsetsStringPool &DebugStrPool, in DIECloner()