Home
last modified time | relevance | path

Searched refs:AddrSectionSize (Results 1 – 2 of 2) 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()
305 uint64_t AddrSectionSize = 0; variable
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp718 AddrSectionSize += sizeof(uint32_t); in emitDwarfDebugAddrsHeader()
722 AddrSectionSize += 2; in emitDwarfDebugAddrsHeader()
726 AddrSectionSize += 1; in emitDwarfDebugAddrsHeader()
730 AddrSectionSize += 1; in emitDwarfDebugAddrsHeader()
741 AddrSectionSize += AddrSize; in emitDwarfDebugAddrs()