Home
last modified time | relevance | path

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

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