Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp143 LocListsSectionSize = 0; in init()
617 LocListsSectionSize += sizeof(uint32_t); in emitDwarfDebugLocListHeader()
621 LocListsSectionSize += sizeof(uint16_t); in emitDwarfDebugLocListHeader()
625 LocListsSectionSize++; in emitDwarfDebugLocListHeader()
629 LocListsSectionSize++; in emitDwarfDebugLocListHeader()
633 LocListsSectionSize += sizeof(uint32_t); in emitDwarfDebugLocListHeader()
761 Patch.set(LocListsSectionSize); in emitDwarfDebugLocListsTableFragment()
777 LocListsSectionSize += 1; in emitDwarfDebugLocListsTableFragment()
778 LocListsSectionSize += in emitDwarfDebugLocListsTableFragment()
784 LocListsSectionSize += 1; in emitDwarfDebugLocListsTableFragment()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
H A DDWARFEmitterImpl.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h206 return LocListsSectionSize; in getLocListsSectionSize()
299 uint64_t LocListsSectionSize = 0; variable