Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp812 OffsetsStringPool &DebugStrPool, OffsetsStringPool &DebugLineStrPool) { in emitLineTableForUnit() argument
838 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologue() argument
866 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV2IncludeAndFileTable() argument
896 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV5IncludeAndFileTable() argument
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 DDWARFLinker.cpp2705 OffsetsStringPool DebugLineStrPool(StringsTranslator, false); link() local
2997 cloneModuleUnit(LinkContext & Context,RefModuleUnit & Unit,DeclContextTree & ODRContexts,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool,DebugDieValuePool & StringOffsetPool,unsigned Indent) cloneModuleUnit() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h548 OffsetsStringPool &DebugLineStrPool; variable
568 OffsetsStringPool &DebugLineStrPool, in DIECloner()