HomeSort by relevance Sort by last modified time
    Searched refs:BytesStr (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/sancov/
sancov.cc 396 StringRef BytesStr;
397 FailIfError(Section.getContents(BytesStr));
398 ArrayRef<uint8_t> Bytes(reinterpret_cast<const uint8_t *>(BytesStr.data()),
399 BytesStr.size());
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
MachODump.cpp 911 StringRef BytesStr;
912 Sect->getContents(BytesStr);
913 const char *Contents = reinterpret_cast<const char *>(BytesStr.data());
    [all...]

Completed in 99 milliseconds