Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp142 LocSectionSize = 0; in init()
670 Patch.set(LocSectionSize); in emitDwarfDebugLocTableFragment()
687 LocSectionSize += AddressSize; in emitDwarfDebugLocTableFragment()
688 LocSectionSize += AddressSize; in emitDwarfDebugLocTableFragment()
694 LocSectionSize += LocExpression.Expr.size() + 2; in emitDwarfDebugLocTableFragment()
701 LocSectionSize += AddressSize; in emitDwarfDebugLocTableFragment()
702 LocSectionSize += AddressSize; in emitDwarfDebugLocTableFragment()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h298 uint64_t LocSectionSize = 0; variable