Home
last modified time | relevance | path

Searched refs:DebugStrPool (Results 1 – 7 of 7) 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.h154 OffsetsStringPool &DebugStrPool,
253 OffsetsStringPool &DebugStrPool,
257 OffsetsStringPool &DebugStrPool,
260 OffsetsStringPool &DebugStrPool,
263 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool,
266 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool,
/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() argument
829 emitLineTablePrologue(LineTable.Prologue, DebugStrPool, DebugLineStrPool); in emitLineTableForUnit()
837 OffsetsStringPool &DebugStrPool, in emitLineTablePrologue() argument
860 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()
[all …]
H A DDWARFLinker.cpp1046 StringEntry = DebugStrPool.getEntry(*String); in cloneStringAttribute()
1052 StringEntry = DebugStrPool.getEntry(*FileName); in cloneStringAttribute()
1799 auto StringEntry = DebugStrPool.getEntry(LibraryInstallName.value()); in cloneDIE()
1812 getDIENames(InputDIE, AttrInfo, DebugStrPool, in cloneDIE()
1825 addObjCAccelerator(Unit, Die, AttrInfo.Name, DebugStrPool, in cloneDIE()
1830 AttrInfo.Name = DebugStrPool.getEntry("(anonymous namespace)"); in cloneDIE()
1835 getDIENames(InputDIE, AttrInfo, DebugStrPool) && AttrInfo.Name && in cloneDIE()
2224 Emitter->emitLineTableForUnit(LineTable, Unit, DebugStrPool, in generateLineTableForUnit()
2649 Emitter->emitMacroTables(File.Dwarf.get(), UnitMacroMap, DebugStrPool); in cloneAllCompileUnits()
2724 OffsetsStringPool DebugStrPool(true); in link() local
[all …]