Searched refs:DebugLineStrPool (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFStreamer.h |
|
H A D | DWARFLinker.h |
|
/freebsd/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);
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
H A D | DWARFLinker.cpp |
|
/freebsd/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() [all …]
|
H A D | DWARFLinker.cpp | 1044 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()
|