Home
last modified time | relevance | path

Searched refs:getDebugAddrSectionSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h212 uint64_t getDebugAddrSectionSize() const override { return AddrSectionSize; } in getDebugAddrSectionSize() function
H A DDWARFLinker.h188 virtual uint64_t getDebugAddrSectionSize() const = 0;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2044 DIEInteger(Emitter->getDebugAddrSectionSize())); in emitDebugAddrSection()