Lines Matching refs:BytesStr

1223     StringRef BytesStr;  in DumpLiteralPointerSection()  local
1224 Sect->getContents(BytesStr); in DumpLiteralPointerSection()
1225 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in DumpLiteralPointerSection()
1441 StringRef BytesStr; in DumpSectionContents() local
1442 Section.getContents(BytesStr); in DumpSectionContents()
1443 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpSectionContents()
1444 uint32_t sect_size = BytesStr.size(); in DumpSectionContents()
1526 StringRef BytesStr; in DumpInfoPlistSectionContents() local
1527 Section.getContents(BytesStr); in DumpInfoPlistSectionContents()
1528 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpInfoPlistSectionContents()
1529 outs() << format("%.*s", BytesStr.size(), sect) << "\n"; in DumpInfoPlistSectionContents()
3770 StringRef BytesStr; in walk_pointer_list_64() local
3771 S.getContents(BytesStr); in walk_pointer_list_64()
3772 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_64()
3821 StringRef BytesStr; in walk_pointer_list_32() local
3822 S.getContents(BytesStr); in walk_pointer_list_32()
3823 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_32()
7019 StringRef BytesStr; in DisassembleMachO() local
7020 Sections[SectIdx].getContents(BytesStr); in DisassembleMachO()
7021 ArrayRef<uint8_t> Bytes(reinterpret_cast<const uint8_t *>(BytesStr.data()), in DisassembleMachO()
7022 BytesStr.size()); in DisassembleMachO()