Home
last modified time | relevance | path

Searched refs:OffsetsStringPool (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h157 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 DDWARFLinker.h127 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 DDWARFStreamer.cpp812 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 DDWARFLinker.cpp146 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 DNonRelocatableStringpool.h78 using OffsetsStringPool = StrongType<NonRelocatableStringpool, OffsetsTag>; variable