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

Lines Matching refs:STRINGS

324       STRINGIFY_CODE(METADATA, STRINGS)
433 outs() << " num-strings = " << NumStrings << " {\n";
443 StringRef Strings = Blob.drop_front(StringsOffset);
449 if (Strings.size() < Size)
453 outs().write_escaped(Strings.slice(0, Size), /*hex=*/true);
455 Strings = Strings.drop_front(Size);