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

/external/llvm/tools/sancov/
H A Dsancov.cc396 StringRef BytesStr; local
397 FailIfError(Section.getContents(BytesStr));
398 ArrayRef<uint8_t> Bytes(reinterpret_cast<const uint8_t *>(BytesStr.data()),
399 BytesStr.size());
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp911 StringRef BytesStr; local
912 Sect->getContents(BytesStr);
913 const char *Contents = reinterpret_cast<const char *>(BytesStr.data());
1095 StringRef BytesStr; local
1096 Section.getContents(BytesStr);
1097 const char *sect = reinterpret_cast<const char *>(BytesStr.data());
1098 uint32_t sect_size = BytesStr.size();
1179 StringRef BytesStr; local
1180 Section.getContents(BytesStr);
1181 const char *sect = reinterpret_cast<const char *>(BytesStr
3344 StringRef BytesStr; local
3395 StringRef BytesStr; local
6593 StringRef BytesStr; local
[all...]

Completed in 69 milliseconds