Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1529 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName()); in DumpLiteralPointerSection() local
1752 StringRef BytesStr = in DumpSectionContents() local
1843 StringRef BytesStr = in DumpInfoPlistSectionContents() local
4113 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_64() local
4162 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName()); in walk_pointer_list_32() local
7447 StringRef BytesStr = in DisassembleMachO() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp753 Expected<StringRef> BytesStr = Section.getContents(); in getObjectCoveragePoints() local