Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp753 Expected<StringRef> BytesStr = Section.getContents(); in getObjectCoveragePoints() local
754 failIfError(BytesStr); in getObjectCoveragePoints()
755 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*BytesStr); in getObjectCoveragePoints()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1529 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName()); in DumpLiteralPointerSection() local
1531 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in DumpLiteralPointerSection()
1752 StringRef BytesStr = in DumpSectionContents() local
1754 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpSectionContents()
1755 uint32_t sect_size = BytesStr.size(); in DumpSectionContents()
1843 StringRef BytesStr = in DumpInfoPlistSectionContents() local
1845 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpInfoPlistSectionContents()
1846 outs() << format("%.*s", BytesStr.size(), sect) << "\n"; in DumpInfoPlistSectionContents()
4113 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_64() local
4114 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_64()
[all …]