Searched refs:BytesStr (Results 1 – 1 of 1) sorted by relevance
1754 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName()); in DumpLiteralPointerSection() local1756 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in DumpLiteralPointerSection()1970 StringRef BytesStr = in DumpSectionContents() local1972 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpSectionContents()1973 uint32_t sect_size = BytesStr.size(); in DumpSectionContents()2054 StringRef BytesStr = in DumpInfoPlistSectionContents() local2056 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpInfoPlistSectionContents()2057 outs() << format("%.*s", BytesStr.size(), sect) << "\n"; in DumpInfoPlistSectionContents()4348 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_64() local4349 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_64()[all …]