Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp111 LocSectionSize = 0; in init()
447 Attr.first.set(LocSectionSize); in emitLocationsForUnit()
454 LocSectionSize += 2 * AddressSize; in emitLocationsForUnit()
481 LocSectionSize += Length + 2; in emitLocationsForUnit()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h217 uint64_t LocSectionSize = 0; variable