Home
last modified time | relevance | path

Searched refs:SubSectionSize (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/tools/llvm-readobj/
Dcodeview-linetables.test35 MFUN32-NEXT: SubSectionSize: 0x52
39 MFUN32-NEXT: SubSectionSize: 0x24
43 MFUN32-NEXT: SubSectionSize: 0x4B
53 MFUN32-NEXT: SubSectionSize: 0x30
58 MFUN32-NEXT: SubSectionSize: 0x24
62 MFUN32-NEXT: SubSectionSize: 0x4B
72 MFUN32-NEXT: SubSectionSize: 0x30
77 MFUN32-NEXT: SubSectionSize: 0x24
81 MFUN32-NEXT: SubSectionSize: 0x4B
91 MFUN32-NEXT: SubSectionSize: 0x40
[all …]
Dcodeview-inlining.test38 ; CHECK-NEXT: SubSectionSize: 0x3C
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp718 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
720 error(consume(Data, SubSectionSize)); in initializeFileAndStringTables()
721 if (SubSectionSize > Data.size()) in initializeFileAndStringTables()
725 CVFileChecksumTable = Data.substr(0, SubSectionSize); in initializeFileAndStringTables()
728 CVStringTable = Data.substr(0, SubSectionSize); in initializeFileAndStringTables()
733 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables()
765 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
767 error(consume(Data, SubSectionSize)); in printCodeViewSymbolSection()
771 W.printHex("SubSectionSize", SubSectionSize); in printCodeViewSymbolSection()
774 if (SubSectionSize > Data.size()) in printCodeViewSymbolSection()
[all …]
/external/llvm/test/DebugInfo/COFF/
Dtypedef.ll13 ; CHECK: SubSectionSize: 0xC
Dglobals.ll103 ; OBJ: SubSectionSize: 0x15
Dtypes-array.ll49 ; CHECK: SubSectionSize: 0x4D
Dinlining.ll152 ; OBJ: SubSectionSize: 0x1C