Searched refs:SubSectionSize (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | codeview-linetables.test | 35 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 …]
|
D | codeview-inlining.test | 38 ; CHECK-NEXT: SubSectionSize: 0x3C
|
/external/llvm/test/tools/llvm-readobj/ |
D | codeview-linetables.test | 35 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 …]
|
D | codeview-inlining.test | 38 ; CHECK-NEXT: SubSectionSize: 0x3C
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 718 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 923 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local 925 error(Reader.readInteger(SubSectionSize)); in initializeFileAndStringTables() 928 error(Reader.readFixedString(Contents, SubSectionSize)); in initializeFileAndStringTables() 942 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables() 943 error(Reader.skip(PaddedSize - SubSectionSize)); in initializeFileAndStringTables() 973 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local 975 error(consume(Data, SubSectionSize)); in printCodeViewSymbolSection() 979 W.printHex("SubSectionSize", SubSectionSize); in printCodeViewSymbolSection() 982 if (SubSectionSize > Data.size()) in printCodeViewSymbolSection() 984 StringRef Contents = Data.substr(0, SubSectionSize); in printCodeViewSymbolSection() [all …]
|
/external/llvm/test/DebugInfo/COFF/ |
D | typedef.ll | 13 ; CHECK: SubSectionSize: 0xC
|
D | types-array.ll | 49 ; CHECK: SubSectionSize: 0x4D
|
D | globals.ll | 103 ; OBJ: SubSectionSize: 0x15
|
D | inlining.ll | 152 ; OBJ: SubSectionSize: 0x1C
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | fpo-csrs.ll | 73 ; OBJ-NEXT: SubSectionSize: 131 ; OBJ-NEXT: SubSectionSize: 202 ; OBJ-NEXT: SubSectionSize: 290 ; OBJ-NEXT: SubSectionSize: 390 ; OBJ-NEXT: SubSectionSize:
|
D | multifile.ll | 56 ; OBJ32-NEXT: SubSectionSize: 0x30 144 ; OBJ64-NEXT: SubSectionSize: 0x48
|
D | simple.ll | 103 ; OBJ32-NEXT: SubSectionSize: 0x18 210 ; OBJ64-NEXT: SubSectionSize: 0x18
|
D | types-cvarargs.ll | 28 ; CHECK: SubSectionSize: 0x2A
|
D | lines-difile.ll | 23 ; OBJ: SubSectionSize: 0x18
|
D | inlining-header.ll | 51 ; OBJ: SubSectionSize: 0x1C
|
D | inlining.ll | 157 ; OBJ: SubSectionSize: 0x1C
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | cv-fpo-setframe.s | 69 # OBJ-NEXT: SubSectionSize:
|
D | cv-fpo-csrs.s | 66 # OBJ-NEXT: SubSectionSize: 0xC4
|