Lines Matching defs:Subsection
142 void printCodeViewSymbolsSubsection(StringRef Subsection,
146 void printCodeViewFileChecksums(StringRef Subsection);
148 void printCodeViewInlineeLines(StringRef Subsection);
1167 ListScope S(W, "Subsection");
1351 void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection,
1354 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(),
1355 Subsection.bytes_end());
1375 void COFFDumper::printCodeViewFileChecksums(StringRef Subsection) {
1376 BinaryStreamRef Stream(Subsection, llvm::endianness::little);
1395 void COFFDumper::printCodeViewInlineeLines(StringRef Subsection) {
1396 BinaryStreamReader SR(Subsection, llvm::endianness::little);