Home | History | Annotate | Download | only in llvm-readobj

Lines Matching defs:Contents

506       StringRef Contents = Data.substr(Offset, PayloadSize);
508 // Print the raw contents to simplify debugging if anything goes wrong
510 W.printBinaryBlock("Contents", Contents);
516 printCodeViewSymbolsSubsection(Contents, Section, Offset);
541 FunctionLineTables[FunctionName] = Contents;
547 Contents.back() != '\0') {
552 CVStringTable = Contents;
564 CVFileIndexToStringOffsetTable = Contents;
707 StringRef Contents = DE.getData().substr(Offset, Size);
708 W.printBinaryBlock("Contents", Contents);
1101 StringRef Contents;
1109 if (error(Section.getContents(Contents)))
1112 W.printString("Directive(s)", Contents);