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 299 StringRef BytesStr;
300 FailIfError(Section.getContents(BytesStr));
301 ArrayRef<uint8_t> Bytes(reinterpret_cast<const uint8_t *>(BytesStr.data()),
302 BytesStr.size());
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
MachODump.cpp 852 StringRef BytesStr;
853 Sect->getContents(BytesStr);
854 const char *Contents = reinterpret_cast<const char *>(BytesStr.data());
    [all...]

Completed in 155 milliseconds