Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h213 uint64_t getDebugAddrSectionSize() const override { return AddrSectionSize; } in getDebugAddrSectionSize() function
H A DDWARFLinker.h192 virtual uint64_t getDebugAddrSectionSize() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2090 DIEInteger(Emitter->getDebugAddrSectionSize())); in emitDebugAddrSection()