Searched refs:BytesStr (Results 1 – 2 of 2) sorted by relevance
765 Expected<StringRef> BytesStr = Section.getContents(); in getObjectCoveragePoints() local766 failIfError(BytesStr); in getObjectCoveragePoints()767 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*BytesStr); in getObjectCoveragePoints()
1780 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName()); in DumpLiteralPointerSection() local1782 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in DumpLiteralPointerSection()2003 StringRef BytesStr = in DumpSectionContents() local2005 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpSectionContents()2006 uint32_t sect_size = BytesStr.size(); in DumpSectionContents()2094 StringRef BytesStr = in DumpInfoPlistSectionContents() local2096 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpInfoPlistSectionContents()2097 outs() << format("%.*s", BytesStr.size(), sect) << "\n"; in DumpInfoPlistSectionContents()4370 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_64() local4371 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_64()[all …]