Searched refs:BytesStr (Results 1 – 2 of 2) sorted by relevance
1223 StringRef BytesStr; in DumpLiteralPointerSection() local1224 Sect->getContents(BytesStr); in DumpLiteralPointerSection()1441 StringRef BytesStr; in DumpSectionContents() local1442 Section.getContents(BytesStr); in DumpSectionContents()1526 StringRef BytesStr; in DumpInfoPlistSectionContents() local1527 Section.getContents(BytesStr); in DumpInfoPlistSectionContents()3770 StringRef BytesStr; in walk_pointer_list_64() local3771 S.getContents(BytesStr); in walk_pointer_list_64()3821 StringRef BytesStr; in walk_pointer_list_32() local3822 S.getContents(BytesStr); in walk_pointer_list_32()[all …]
1549 StringRef BytesStr; in disassembleObject() local1550 error(Section.getContents(BytesStr)); in disassembleObject()1551 ArrayRef<uint8_t> Bytes(reinterpret_cast<const uint8_t *>(BytesStr.data()), in disassembleObject()1552 BytesStr.size()); in disassembleObject()