Home
last modified time | relevance | path

Searched refs:OffsetsStringPool (Results 1 – 9 of 9) 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.h157 const CompileUnit &Unit, OffsetsStringPool &DebugStrPool,
158 OffsetsStringPool &DebugLineStrPool,
217 OffsetsStringPool &StringPool) override;
229 OffsetsStringPool &StringPool, uint64_t &OutOffset);
257 OffsetsStringPool &DebugStrPool,
258 OffsetsStringPool &DebugLineStrPool);
261 OffsetsStringPool &DebugStrPool,
262 OffsetsStringPool &DebugLineStrPool);
264 OffsetsStringPool &DebugStrPool,
265 OffsetsStringPool &DebugLineStrPool);
[all …]
H A DDWARFLinker.h130 const CompileUnit &Unit, OffsetsStringPool &DebugStrPool,
131 OffsetsStringPool &DebugLineStrPool,
165 OffsetsStringPool &StringPool) = 0;
503 OffsetsStringPool &DebugStrPool,
504 OffsetsStringPool &DebugLineStrPool,
551 OffsetsStringPool &DebugStrPool;
552 OffsetsStringPool &DebugLineStrPool;
571 bool Update, OffsetsStringPool &DebugStrPool, in DIECloner()
572 OffsetsStringPool &DebugLineStrPool, in DIECloner()
711 OffsetsStringPool &StringPool, bool StripTemplate = false);
[all …]
/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()
838 OffsetsStringPool &DebugStrPool, in emitLineTablePrologue()
839 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologue()
866 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTablePrologueV2IncludeAndFileTable()
867 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV2IncludeAndFileTable()
896 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTablePrologueV5IncludeAndFileTable()
897 OffsetsStringPool &DebugLineStrPool) { in emitLineTablePrologueV5IncludeAndFileTable()
970 OffsetsStringPool &DebugStrPool, in emitLineTableString()
971 OffsetsStringPool &DebugLineStrPool) { in emitLineTableString()
1001 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTableProloguePayload()
[all …]
H A DDWARFLinker.cpp155 OffsetsStringPool &StringPool, in getDIENames()
1644 OffsetsStringPool &StringPool, in addObjCAccelerator()
2841 OffsetsStringPool DebugStrPool(true); in link()
2842 OffsetsStringPool DebugLineStrPool(false); in link()
3133 OffsetsStringPool &DebugStrPool, in cloneModuleUnit()
3134 OffsetsStringPool &DebugLineStrPool, in cloneModuleUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h75 using OffsetsStringPool = StrongType<NonRelocatableStringpool, OffsetsTag>; variable