Searched refs:SubSectionSize (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 338 // |SubSectionType|SubSectionSize|Contents...| in initializeFileAndStringTables() 339 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() 343 if (Error E = Reader.readInteger(SubSectionSize)) in initializeFileAndStringTables() 347 if (Error E = Reader.readFixedString(Contents, SubSectionSize)) in initializeFileAndStringTables() 364 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables() 365 if (Error E = Reader.skip(PaddedSize - SubSectionSize)) in initializeFileAndStringTables() 671 // |SubSectionType|SubSectionSize|Contents...| in traverseSymbolSection() 672 uint32_t SubType, SubSectionSize; in traverseSymbolSection() 675 if (Error E = consume(Data, SubSectionSize)) in traverseSymbolSection() 682 if (SubSectionSize > Dat in traverseSymbolSection() 341 uint32_t SubType, SubSectionSize; initializeFileAndStringTables() local 674 uint32_t SubType, SubSectionSize; traverseSymbolSection() local [all...] |
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1101 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local 1105 if (Error E = Reader.readInteger(SubSectionSize)) in initializeFileAndStringTables() 1109 if (Error E = Reader.readFixedString(Contents, SubSectionSize)) in initializeFileAndStringTables() 1126 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables() 1127 if (Error E = Reader.skip(PaddedSize - SubSectionSize)) in initializeFileAndStringTables() 1161 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local 1164 if (Error E = consume(Data, SubSectionSize)) in printCodeViewSymbolSection() 1174 W.printHex("SubSectionSize", SubSectionSize); in printCodeViewSymbolSection() 1177 if (SubSectionSize > Data.size()) in printCodeViewSymbolSection() 1180 StringRef Contents = Data.substr(0, SubSectionSize); in printCodeViewSymbolSection() [all …]
|