Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1780 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName()); in DumpLiteralPointerSection() local
2003 StringRef BytesStr = in DumpSectionContents() local
2094 StringRef BytesStr = in DumpInfoPlistSectionContents() local
4370 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_64() local
4419 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_32() local
7731 StringRef BytesStr = in DisassembleMachO() local
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp765 Expected<StringRef> BytesStr = Section.getContents(); in getObjectCoveragePoints() local