Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp108 LocSectionSize = 0; in init()
468 Attr.first.set(LocSectionSize); in emitLocationsForUnit()
475 LocSectionSize += 2 * AddressSize; in emitLocationsForUnit()
502 LocSectionSize += Length + 2; in emitLocationsForUnit()
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h201 uint64_t LocSectionSize = 0; variable