Searched refs:DebugStrPool (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFStreamer.h | |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 157 const CompileUnit &Unit, OffsetsStringPool &DebugStrPool, 257 OffsetsStringPool &DebugStrPool, 261 OffsetsStringPool &DebugStrPool, 264 OffsetsStringPool &DebugStrPool, 267 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, 270 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool,
|
| H A D | DWARFLinker.h | 130 const CompileUnit &Unit, OffsetsStringPool &DebugStrPool, 503 OffsetsStringPool &DebugStrPool, 551 OffsetsStringPool &DebugStrPool; variable 571 bool Update, OffsetsStringPool &DebugStrPool, in DIECloner() argument 575 DebugStrPool(DebugStrPool), DebugLineStrPool(DebugLineStrPool), in DIECloner()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 812 OffsetsStringPool &DebugStrPool, OffsetsStringPool &DebugLineStrPool, in emitLineTableForUnit() argument 830 emitLineTablePrologue(LineTable.Prologue, DebugStrPool, DebugLineStrPool); in emitLineTableForUnit() 838 OffsetsStringPool &DebugStrPool, in emitLineTablePrologue() argument 861 emitLineTableProloguePayload(P, DebugStrPool, DebugLineStrPool); in emitLineTablePrologue() 866 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTablePrologueV2IncludeAndFileTable() argument 870 emitLineTableString(P, Include, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV2IncludeAndFileTable() 879 emitLineTableString(P, File.Name, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV2IncludeAndFileTable() 896 const DWARFDebugLine::Prologue &P, OffsetsStringPool &DebugStrPool, in emitLineTablePrologueV5IncludeAndFileTable() argument 917 emitLineTableString(P, Include, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV5IncludeAndFileTable() 955 emitLineTableString(P, File.Name, DebugStrPool, DebugLineStrPool); in emitLineTablePrologueV5IncludeAndFileTable() [all …]
|
| H A D | DWARFLinker.cpp | 1046 StringEntry = DebugStrPool.getEntry(*String); in cloneStringAttribute() 1052 StringEntry = DebugStrPool.getEntry(*FileName); in cloneStringAttribute() 1817 auto StringEntry = DebugStrPool.getEntry(LibraryInstallName.value()); in cloneDIE() 1830 getDIENames(InputDIE, AttrInfo, DebugStrPool, in cloneDIE() 1843 addObjCAccelerator(Unit, Die, AttrInfo.Name, DebugStrPool, in cloneDIE() 1848 AttrInfo.Name = DebugStrPool.getEntry("(anonymous namespace)"); in cloneDIE() 1853 bool Success = getDIENames(InputDIE, AttrInfo, DebugStrPool); in cloneDIE() 2201 Emitter->emitLineTableForUnit(LineTable, Unit, DebugStrPool, in generateLineTableForUnit() 2290 Emitter->emitLineTableForUnit(LineTable, Unit, DebugStrPool, in generateLineTableForUnit() 2766 Emitter->emitMacroTables(File.Dwarf.get(), UnitMacroMap, DebugStrPool); in cloneAllCompileUnits() [all …]
|