Home
last modified time | relevance | path

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

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