Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawTypes.h73 support::ulittle32_t SecByteLength; // Byte count of the segment or group. member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp341 Entry.SecByteLength = Hdr.VirtualSize; in createSectionMap()
349 Entry.SecByteLength = UINT32_MAX; in createSectionMap()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h88 support::ulittle32_t SecByteLength; // Byte count of the segment or group. member
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-headers.test737 ; EMPTY-NEXT: SecByteLength: 4122
752 ; EMPTY-NEXT: SecByteLength: 690
768 ; EMPTY-NEXT: SecByteLength: 4
783 ; EMPTY-NEXT: SecByteLength: 8
797 ; EMPTY-NEXT: SecByteLength: 4294967295
1512 ; ALL: SecByteLength: 4122
1522 ; ALL: SecByteLength: 690
1532 ; ALL: SecByteLength: 4
1542 ; ALL: SecByteLength: 8
1552 ; ALL: SecByteLength: 4294967295
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp677 P.printNumber("SecByteLength", M.SecByteLength); in dumpSectionMap()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1677 fmtle(M.ClassName), fmtle(M.Offset), fmtle(M.SecByteLength)); in dumpSectionMap()