Home
last modified time | relevance | path

Searched refs:DebugLineStrPool (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h158 OffsetsStringPool &DebugLineStrPool) override;
257 OffsetsStringPool &DebugLineStrPool);
261 OffsetsStringPool &DebugLineStrPool);
264 OffsetsStringPool &DebugLineStrPool);
267 OffsetsStringPool &DebugLineStrPool);
270 OffsetsStringPool &DebugLineStrPool);
H A DDWARFLinker.h128 OffsetsStringPool &DebugLineStrPool) = 0;
500 OffsetsStringPool &DebugLineStrPool,
548 OffsetsStringPool &DebugLineStrPool; variable
568 OffsetsStringPool &DebugLineStrPool, in DIECloner() argument
571 DebugStrPool(DebugStrPool), DebugLineStrPool(DebugLineStrPool), in DIECloner()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp860 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()
991 : DebugLineStrPool.getEntry(*StringVal); in emitLineTableString()
1003 OffsetsStringPool &DebugLineStrPool) { in emitLineTableProloguePayload() argument
1033 DebugLineStrPool); in emitLineTableProloguePayload()
[all …]
H A DDWARFLinker.cpp1033 StringEntry = DebugLineStrPool.getEntry(*String); in cloneStringAttribute()
2208 DebugLineStrPool); in generateLineTableForUnit()
2705 OffsetsStringPool DebugLineStrPool(StringsTranslator, false); in link() local
2766 DebugLineStrPool, StringOffsetPool)) in link()
2863 DebugLineStrPool, StringOffsetPool) in link()
2882 TheDwarfEmitter->emitLineStrings(DebugLineStrPool); in link()
2997 OffsetsStringPool &DebugLineStrPool, in cloneModuleUnit() argument
3025 Options.Update, DebugStrPool, DebugLineStrPool, StringOffsetPool) in cloneModuleUnit()