Searched defs:DebugStrPool (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 811 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 D | DWARFLinker.cpp | 2710 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 D | DWARFLinker.h | 547 OffsetsStringPool &DebugStrPool; variable 567 bool Update, OffsetsStringPool &DebugStrPool, in DIECloner()
|