Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1750 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName()); in DumpLiteralPointerSection() local
1752 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in DumpLiteralPointerSection()
1966 StringRef BytesStr = in DumpSectionContents() local
1968 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpSectionContents()
1969 uint32_t sect_size = BytesStr.size(); in DumpSectionContents()
2050 StringRef BytesStr = in DumpInfoPlistSectionContents() local
2052 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpInfoPlistSectionContents()
2053 outs() << format("%.*s", BytesStr.size(), sect) << "\n"; in DumpInfoPlistSectionContents()
4352 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_64() local
4353 const char *Contents = reinterpret_cast<const char *>(BytesStr.data()); in walk_pointer_list_64()
[all …]