Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp141 RngListsSectionSize = 0; in init()
520 RngListsSectionSize += sizeof(uint32_t); in emitDwarfDebugRangeListHeader()
524 RngListsSectionSize += sizeof(uint16_t); in emitDwarfDebugRangeListHeader()
528 RngListsSectionSize++; in emitDwarfDebugRangeListHeader()
532 RngListsSectionSize++; in emitDwarfDebugRangeListHeader()
536 RngListsSectionSize += sizeof(uint32_t); in emitDwarfDebugRangeListHeader()
567 Patch.set(RngListsSectionSize); in emitDwarfDebugRngListsTableFragment()
580 RngListsSectionSize += 1; in emitDwarfDebugRngListsTableFragment()
581 RngListsSectionSize += in emitDwarfDebugRngListsTableFragment()
587 RngListsSectionSize += 1; in emitDwarfDebugRngListsTableFragment()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/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.h148 return RngListsSectionSize; in getRngListsSectionSize()
297 uint64_t RngListsSectionSize = 0; variable