Home
last modified time | relevance | path

Searched refs:BytesStr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp779 Expected<StringRef> BytesStr = Section.getContents(); in getObjectCoveragePoints() local
780 failIfError(BytesStr); in getObjectCoveragePoints()
781 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*BytesStr); in getObjectCoveragePoints()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1772 StringRef BytesStr = in DumpSectionContents() local
1775 uint32_t sect_size = BytesStr.size(); in DumpSectionContents()
1863 StringRef BytesStr = in DumpInfoPlistSectionContents() local
1865 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() local
4137 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() local
4186 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_32()
7470 StringRef BytesStr = in DisassembleMachO() local
[all …]