Searched refs:DebugLineStrPool (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFStreamer.h | 155 OffsetsStringPool &DebugLineStrPool) override; 254 OffsetsStringPool &DebugLineStrPool); 258 OffsetsStringPool &DebugLineStrPool); 261 OffsetsStringPool &DebugLineStrPool); 264 OffsetsStringPool &DebugLineStrPool); 267 OffsetsStringPool &DebugLineStrPool);
|
H A D | DWARFLinker.h | 128 OffsetsStringPool &DebugLineStrPool) = 0; 500 OffsetsStringPool &DebugLineStrPool, 548 OffsetsStringPool &DebugLineStrPool; variable 568 OffsetsStringPool &DebugLineStrPool, in DIECloner() argument 571 DebugStrPool(DebugStrPool), DebugLineStrPool(DebugLineStrPool), in DIECloner()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 812 OffsetsStringPool &DebugStrPool, OffsetsStringPool &DebugLineStrPool) { in emitLineTableForUnit() argument 829 emitLineTablePrologue(LineTable.Prologue, DebugStrPool, DebugLineStrPool); in emitLineTableForUnit() 838 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologue() argument 860 emitLineTableProloguePayload(P, DebugStrPool, DebugLineStrPool); in emitLineTablePrologue() 866 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV2IncludeAndFileTable() argument 869 emitLineTableString(P, Include, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV2IncludeAndFileTable() 878 emitLineTableString(P, File.Name, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV2IncludeAndFileTable() 896 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV5IncludeAndFileTable() argument 916 emitLineTableString(P, Include, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV5IncludeAndFileTable() 954 emitLineTableString(P, File.Name, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV5IncludeAndFileTable() 971 emitLineTableString(const DWARFDebugLine::Prologue & P,const DWARFFormValue & String,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableString() argument 1003 emitLineTableProloguePayload(const DWARFDebugLine::Prologue & P,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableProloguePayload() argument [all...] |
H A D | DWARFLinker.cpp | 1044 StringEntry = DebugLineStrPool.getEntry(*String); in cloneStringAttribute() 2225 DebugLineStrPool); in emitAcceleratorEntriesForUnit() 2725 OffsetsStringPool DebugLineStrPool(false); in link() 2786 DebugLineStrPool, StringOffsetPool)) in link() 2883 DebugLineStrPool, StringOffsetPool) in link() 2902 TheDwarfEmitter->emitLineStrings(DebugLineStrPool); in link() 3017 OffsetsStringPool &DebugLineStrPool, in cloneModuleUnit() 3045 Options.Update, DebugStrPool, DebugLineStrPool, StringOffsetPool) 2705 OffsetsStringPool DebugLineStrPool(StringsTranslator, false); link() local 2997 cloneModuleUnit(LinkContext & Context,RefModuleUnit & Unit,DeclContextTree & ODRContexts,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool,DebugDieValuePool & StringOffsetPool,unsigned Indent) cloneModuleUnit() argument
|