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

  /external/llvm/include/llvm/ADT/
StringRef.h 94 const unsigned char *bytes_begin() const { function in class:llvm::StringRef
  /external/llvm/include/llvm/IR/
Metadata.h 525 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } function in class:llvm::MDString
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 666 Record.append(MDS->bytes_begin(), MDS->bytes_end());
677 Record.append(Str.bytes_begin(), Str.bytes_end());
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 665 Record.append(MDS->bytes_begin(), MDS->bytes_end());
676 Record.append(Str.bytes_begin(), Str.bytes_end());
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 694 Record.append(MDS->bytes_begin(), MDS->bytes_end());
705 Record.append(Str.bytes_begin(), Str.bytes_end());
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 420 milliseconds