Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp321 StrOffsetSectionSize += sizeof(uint32_t); in emitStringOffsets()
325 StrOffsetSectionSize += sizeof(uint16_t); in emitStringOffsets()
329 StrOffsetSectionSize += sizeof(uint16_t); in emitStringOffsets()
333 StrOffsetSectionSize += sizeof(uint32_t); in emitStringOffsets()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h306 uint64_t StrOffsetSectionSize = 0; variable