Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp107 LocSectionSize = 0; in init()
453 Attr.first.set(LocSectionSize); in emitLocationsForUnit()
460 LocSectionSize += 2 * AddressSize; in emitLocationsForUnit()
487 LocSectionSize += Length + 2; in emitLocationsForUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h194 uint64_t LocSectionSize = 0; variable