Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp765 Expected<StringRef> BytesStr = Section.getContents(); in getObjectCoveragePoints() local
766 failIfError(BytesStr); in getObjectCoveragePoints()
767 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*BytesStr); in getObjectCoveragePoints()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1780 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName()); in DumpLiteralPointerSection() local
1782 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in DumpLiteralPointerSection()
2003 StringRef BytesStr = in DumpSectionContents() local
2005 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpSectionContents()
2006 uint32_t sect_size = BytesStr.size(); in DumpSectionContents()
2094 StringRef BytesStr = in DumpInfoPlistSectionContents() local
2096 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpInfoPlistSectionContents()
2097 outs() << format("%.*s", BytesStr.size(), sect) << "\n"; in DumpInfoPlistSectionContents()
4370 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_64() local
4371 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_64()
[all …]