Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h157 OffsetsStringPool &DebugStrPool,
256 OffsetsStringPool &DebugStrPool,
260 OffsetsStringPool &DebugStrPool,
263 OffsetsStringPool &DebugStrPool,
266 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool,
269 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool,
H A DDWARFLinker.h127 OffsetsStringPool &DebugStrPool,
499 OffsetsStringPool &DebugStrPool,
547 OffsetsStringPool &DebugStrPool; variable
567 bool Update, OffsetsStringPool &DebugStrPool, 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()
865 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTablePrologueV2IncludeAndFileTable() argument
869 emitLineTableString(P, Include, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV2IncludeAndFileTable()
878 emitLineTableString(P, File.Name, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV2IncludeAndFileTable()
895 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTablePrologueV5IncludeAndFileTable() argument
916 emitLineTableString(P, Include, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV5IncludeAndFileTable()
954 emitLineTableString(P, File.Name, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV5IncludeAndFileTable()
990 ? DebugStrPool.getEntry(*StringVal) in emitLineTableString()
1002 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTableProloguePayload() argument
1032 emitLineTablePrologueV2IncludeAndFileTable(P, DebugStrPool, in emitLineTableProloguePayload()
[all …]
H A DDWARFLinker.cpp1035 StringEntry = DebugStrPool.getEntry(*String); in cloneStringAttribute()
1041 StringEntry = DebugStrPool.getEntry(*FileName); in cloneStringAttribute()
1782 auto StringEntry = DebugStrPool.getEntry(LibraryInstallName.value()); in cloneDIE()
1795 getDIENames(InputDIE, AttrInfo, DebugStrPool, in cloneDIE()
1808 addObjCAccelerator(Unit, Die, AttrInfo.Name, DebugStrPool, in cloneDIE()
1813 AttrInfo.Name = DebugStrPool.getEntry("(anonymous namespace)"); in cloneDIE()
2207 Emitter->emitLineTableForUnit(LineTable, Unit, DebugStrPool, in generateLineTableForUnit()
2704 OffsetsStringPool DebugStrPool(StringsTranslator, true); in link() local
2862 OptContext.CompileUnits, Options.Update, DebugStrPool, in link()
2879 TheDwarfEmitter->emitStrings(DebugStrPool); in link()
[all …]