Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/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);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp812 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()
[all …]
H A DDWARFLinker.cpp1044 StringEntry = DebugLineStrPool.getEntry(*String); in cloneStringAttribute()
2225 DebugLineStrPool); in generateLineTableForUnit()
2725 OffsetsStringPool DebugLineStrPool(false); in link() local
2786 DebugLineStrPool, StringOffsetPool)) in link()
2883 DebugLineStrPool, StringOffsetPool) in link()
2902 TheDwarfEmitter->emitLineStrings(DebugLineStrPool); in link()
3017 OffsetsStringPool &DebugLineStrPool, in cloneModuleUnit() argument
3045 Options.Update, DebugStrPool, DebugLineStrPool, StringOffsetPool) in cloneModuleUnit()