Home
last modified time | relevance | path

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

/freebsd-src/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,
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-src/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, DebugLineStrPoo in emitLineTablePrologueV5IncludeAndFileTable()
970 emitLineTableString(const DWARFDebugLine::Prologue & P,const DWARFFormValue & String,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableString() argument
1002 emitLineTableProloguePayload(const DWARFDebugLine::Prologue & P,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableProloguePayload() argument
[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 emitAcceleratorEntriesForUnit()
2649 Emitter->emitMacroTables(File.Dwarf.get(), UnitMacroMap, DebugStrPool); in cloneAllCompileUnits()
2724 OffsetsStringPool DebugStrPool(tru in link()
2704 OffsetsStringPool DebugStrPool(StringsTranslator, true); link() local
2996 cloneModuleUnit(LinkContext & Context,RefModuleUnit & Unit,DeclContextTree & ODRContexts,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool,DebugDieValuePool & StringOffsetPool,unsigned Indent) cloneModuleUnit() argument
[all...]