Searched refs:OffsetsStringPool (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 157 OffsetsStringPool &DebugStrPool, 158 OffsetsStringPool &DebugLineStrPool) override; 216 OffsetsStringPool &StringPool) override; 256 OffsetsStringPool &DebugStrPool, 257 OffsetsStringPool &DebugLineStrPool); 260 OffsetsStringPool &DebugStrPool, 261 OffsetsStringPool &DebugLineStrPool); 263 OffsetsStringPool &DebugStrPool, 264 OffsetsStringPool &DebugLineStrPool); 267 OffsetsStringPool &DebugLineStrPool); [all …]
|
| H A D | DWARFLinker.h | 127 OffsetsStringPool &DebugStrPool, 128 OffsetsStringPool &DebugLineStrPool) = 0; 161 OffsetsStringPool &StringPool) = 0; 499 OffsetsStringPool &DebugStrPool, 500 OffsetsStringPool &DebugLineStrPool, 547 OffsetsStringPool &DebugStrPool; 548 OffsetsStringPool &DebugLineStrPool; 567 bool Update, OffsetsStringPool &DebugStrPool, in DIECloner() 568 OffsetsStringPool &DebugLineStrPool, in DIECloner() 704 OffsetsStringPool &StringPool, bool StripTemplate = false); [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 812 OffsetsStringPool &DebugStrPool, OffsetsStringPool &DebugLineStrPool) { in emitLineTableForUnit() 837 OffsetsStringPool &DebugStrPool, in emitLineTablePrologue() 865 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTablePrologueV2IncludeAndFileTable() 866 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV2IncludeAndFileTable() 895 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTablePrologueV5IncludeAndFileTable() 896 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV5IncludeAndFileTable() 970 OffsetsStringPool &DebugStrPool, in emitLineTableString() 1002 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTableProloguePayload() 1003 OffsetsStringPool &DebugLineStrPool) { in emitLineTableProloguePayload() 1269 OffsetsStringPool &StringPool) { in emitMacroTables() [all …]
|
| H A D | DWARFLinker.cpp | 146 OffsetsStringPool &StringPool, in getDIENames() 1609 OffsetsStringPool &StringPool, in addObjCAccelerator() 2704 OffsetsStringPool DebugStrPool(StringsTranslator, true); in link() 2705 OffsetsStringPool DebugLineStrPool(StringsTranslator, false); in link() 2996 OffsetsStringPool &DebugStrPool, in cloneModuleUnit() 2997 OffsetsStringPool &DebugLineStrPool, in cloneModuleUnit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | NonRelocatableStringpool.h | 78 using OffsetsStringPool = StrongType<NonRelocatableStringpool, OffsetsTag>; variable
|