Searched refs:BytesStr (Results 1 – 2 of 2) sorted by relevance
753 Expected<StringRef> BytesStr = Section.getContents(); in getObjectCoveragePoints() local754 failIfError(BytesStr); in getObjectCoveragePoints()755 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*BytesStr); in getObjectCoveragePoints()
1529 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName()); in DumpLiteralPointerSection() local1531 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in DumpLiteralPointerSection()1752 StringRef BytesStr = in DumpSectionContents() local1754 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpSectionContents()1755 uint32_t sect_size = BytesStr.size(); in DumpSectionContents()1843 StringRef BytesStr = in DumpInfoPlistSectionContents() local1845 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpInfoPlistSectionContents()1846 outs() << format("%.*s", BytesStr.size(), sect) << "\n"; in DumpInfoPlistSectionContents()4113 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_64() local4114 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_64()[all …]