Searched refs:BytesStr (Results 1 – 2 of 2) sorted by relevance
779 Expected<StringRef> BytesStr = Section.getContents(); in getObjectCoveragePoints() local780 failIfError(BytesStr); in getObjectCoveragePoints()781 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*BytesStr); in getObjectCoveragePoints()
1772 StringRef BytesStr = in DumpSectionContents() local1775 uint32_t sect_size = BytesStr.size(); in DumpSectionContents()1863 StringRef BytesStr = in DumpInfoPlistSectionContents() local1865 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpInfoPlistSectionContents()1866 outs() << format("%.*s", BytesStr.size(), sect) << "\n"; in DumpInfoPlistSectionContents()4136 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_64() local4137 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_64()4185 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_32() local4186 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_32()7470 StringRef BytesStr = in DisassembleMachO() local[all …]