Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
H A DDWARFEmitterImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h298 uint64_t LocSectionSize = 0; variable