Home
last modified time | relevance | path

Searched refs:LocListsSectionSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp143 LocListsSectionSize = 0; in init()
625 LocListsSectionSize++; in emitDwarfDebugLocListHeader()
629 LocListsSectionSize++; in emitDwarfDebugLocListHeader()
761 Patch.set(LocListsSectionSize); in emitDwarfDebugLocListsTableFragment()
777 LocListsSectionSize += 1; in emitDwarfDebugLocListsTableFragment()
778 LocListsSectionSize += in emitDwarfDebugLocListsTableFragment()
784 LocListsSectionSize += 1; in emitDwarfDebugLocListsTableFragment()
787 LocListsSectionSize += in emitDwarfDebugLocListsTableFragment()
791 LocListsSectionSize += in emitDwarfDebugLocListsTableFragment()
796 LocListsSectionSize += 1; in emitDwarfDebugLocListsTableFragment()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h209 return LocListsSectionSize; in getLocListsSectionSize()
303 uint64_t LocListsSectionSize = 0; variable