Home
last modified time | relevance | path

Searched refs:SecByteLength (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp372 Entry.SecByteLength = Hdr.VirtualSize; in createSectionMap()
380 Entry.SecByteLength = UINT32_MAX; in createSectionMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h87 support::ulittle32_t SecByteLength; // Byte count of the segment or group. member
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1889 fmtle(M.ClassName), fmtle(M.Offset), fmtle(M.SecByteLength)); in dumpSectionMap()