Home
last modified time | relevance | path

Searched refs:DebugLineStrPool (Results 1 – 8 of 8) 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.h158 OffsetsStringPool &DebugLineStrPool,
258 OffsetsStringPool &DebugLineStrPool);
262 OffsetsStringPool &DebugLineStrPool);
265 OffsetsStringPool &DebugLineStrPool);
268 OffsetsStringPool &DebugLineStrPool);
271 OffsetsStringPool &DebugLineStrPool);
H A DDWARFLinker.h131 OffsetsStringPool &DebugLineStrPool,
504 OffsetsStringPool &DebugLineStrPool,
552 OffsetsStringPool &DebugLineStrPool; variable
572 OffsetsStringPool &DebugLineStrPool, in DIECloner() argument
575 DebugStrPool(DebugStrPool), DebugLineStrPool(DebugLineStrPool), in DIECloner()
/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
830 emitLineTablePrologue(LineTable.Prologue, DebugStrPool, DebugLineStrPool); in emitLineTableForUnit()
839 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologue() argument
861 emitLineTableProloguePayload(P, DebugStrPool, DebugLineStrPool); in emitLineTablePrologue()
867 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV2IncludeAndFileTable() argument
870 emitLineTableString(P, Include, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV2IncludeAndFileTable()
879 emitLineTableString(P, File.Name, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV2IncludeAndFileTable()
897 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV5IncludeAndFileTable() argument
917 emitLineTableString(P, Include, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV5IncludeAndFileTable()
955 emitLineTableString(P, File.Name, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV5IncludeAndFileTable()
[all …]
H A DDWARFLinker.cpp1044 StringEntry = DebugLineStrPool.getEntry(*String); in cloneStringAttribute()
2202 DebugLineStrPool); in generateLineTableForUnit()
2291 DebugLineStrPool, in generateLineTableForUnit()
2842 OffsetsStringPool DebugLineStrPool(false); in link() local
2903 DebugLineStrPool, StringOffsetPool)) in link()
3000 DebugLineStrPool, StringOffsetPool) in link()
3019 TheDwarfEmitter->emitLineStrings(DebugLineStrPool); in link()
3134 OffsetsStringPool &DebugLineStrPool, in cloneModuleUnit() argument
3162 Options.Update, DebugStrPool, DebugLineStrPool, StringOffsetPool) in cloneModuleUnit()