Home
last modified time | relevance | path

Searched refs:DebugLineStrPool (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h155 OffsetsStringPool &DebugLineStrPool) override;
254 OffsetsStringPool &DebugLineStrPool);
258 OffsetsStringPool &DebugLineStrPool);
261 OffsetsStringPool &DebugLineStrPool);
264 OffsetsStringPool &DebugLineStrPool);
267 OffsetsStringPool &DebugLineStrPool);
H A DDWARFLinker.h128 OffsetsStringPool &DebugLineStrPool) = 0;
500 OffsetsStringPool &DebugLineStrPool,
548 OffsetsStringPool &DebugLineStrPool; variable
568 OffsetsStringPool &DebugLineStrPool, in DIECloner() argument
571 DebugStrPool(DebugStrPool), DebugLineStrPool(DebugLineStrPool), in DIECloner()
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp812 OffsetsStringPool &DebugStrPool, OffsetsStringPool &DebugLineStrPool) { in emitLineTableForUnit()
829 emitLineTablePrologue(LineTable.Prologue, DebugStrPool, DebugLineStrPool); in emitLineTableForUnit()
838 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologue()
860 emitLineTableProloguePayload(P, DebugStrPool, DebugLineStrPool); in emitLineTablePrologue()
866 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV2IncludeAndFileTable()
869 emitLineTableString(P, Include, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV2IncludeAndFileTable()
878 emitLineTableString(P, File.Name, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV2IncludeAndFileTable()
896 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV5IncludeAndFileTable()
916 emitLineTableString(P, Include, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV5IncludeAndFileTable()
954 emitLineTableString(P, File.Name, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV5IncludeAndFileTable()
811 emitLineTableForUnit(const DWARFDebugLine::LineTable & LineTable,const CompileUnit & Unit,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableForUnit() argument
837 emitLineTablePrologue(const DWARFDebugLine::Prologue & P,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTablePrologue() argument
865 emitLineTablePrologueV2IncludeAndFileTable(const DWARFDebugLine::Prologue & P,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTablePrologueV2IncludeAndFileTable() argument
895 emitLineTablePrologueV5IncludeAndFileTable(const DWARFDebugLine::Prologue & P,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTablePrologueV5IncludeAndFileTable() argument
970 emitLineTableString(const DWARFDebugLine::Prologue & P,const DWARFFormValue & String,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableString() argument
1001 emitLineTableProloguePayload(const DWARFDebugLine::Prologue & P,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableProloguePayload() argument
[all...]
H A DDWARFLinker.cpp1044 StringEntry = DebugLineStrPool.getEntry(*String); in cloneStringAttribute()
2242 DebugLineStrPool); in emitAcceleratorEntriesForUnit()
2742 OffsetsStringPool DebugLineStrPool(false); in link()
2803 DebugLineStrPool, StringOffsetPool)) in link()
2900 DebugLineStrPool, StringOffsetPool) in link()
2919 TheDwarfEmitter->emitLineStrings(DebugLineStrPool); in link()
3034 OffsetsStringPool &DebugLineStrPool, in cloneModuleUnit()
3062 Options.Update, DebugStrPool, DebugLineStrPool, StringOffsetPool)
2711 OffsetsStringPool DebugLineStrPool(false); link() local
3003 cloneModuleUnit(LinkContext & Context,RefModuleUnit & Unit,DeclContextTree & ODRContexts,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool,DebugDieValuePool & StringOffsetPool,unsigned Indent) cloneModuleUnit() argument