Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h154 OffsetsStringPool &DebugStrPool,
155 OffsetsStringPool &DebugLineStrPool) override;
213 OffsetsStringPool &StringPool) override;
225 OffsetsStringPool &StringPool, uint64_t &OutOffset);
253 OffsetsStringPool &DebugStrPool,
254 OffsetsStringPool &DebugLineStrPool);
257 OffsetsStringPool &DebugStrPool,
258 OffsetsStringPool &DebugLineStrPool);
260 OffsetsStringPool &DebugStrPool,
261 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 …]
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp812 OffsetsStringPool &DebugStrPool, OffsetsStringPool &DebugLineStrPool) { in emitLineTableForUnit()
837 OffsetsStringPool &DebugStrPool, in emitLineTablePrologue()
838 OffsetsStringPool &DebugLineStrPool) { 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()
969 OffsetsStringPool &DebugStrPool, in emitLineTableString()
970 OffsetsStringPool in emitLineTableString()
[all...]
H A DDWARFLinker.cpp155 OffsetsStringPool &StringPool, in getDIENames()
1632 OffsetsStringPool &StringPool, in shouldSkipAttribute()
2741 OffsetsStringPool DebugStrPool(true); in link()
2742 OffsetsStringPool DebugLineStrPool(false); in link()
3033 OffsetsStringPool &DebugStrPool, in cloneModuleUnit()
3034 OffsetsStringPool &DebugLineStrPool, in cloneModuleUnit()
/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h74 using OffsetsStringPool = StrongType<NonRelocatableStringpool, OffsetsTag>; variable