Lines Matching defs:Subsection
142 void printCodeViewSymbolsSubsection(StringRef Subsection,
146 void printCodeViewFileChecksums(StringRef Subsection);
148 void printCodeViewInlineeLines(StringRef Subsection);
1210 ListScope S(W, "Subsection");
1394 void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection,
1397 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(),
1398 Subsection.bytes_end());
1418 void COFFDumper::printCodeViewFileChecksums(StringRef Subsection) {
1419 BinaryStreamRef Stream(Subsection, llvm::endianness::little);
1438 void COFFDumper::printCodeViewInlineeLines(StringRef Subsection) {
1439 BinaryStreamReader SR(Subsection, llvm::endianness::little);