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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 127 switch (TII->lookupName((const char *)Name.bytes_begin(), Name.size())) {
  /external/llvm/include/llvm/ADT/
StringRef.h 98 const unsigned char *bytes_begin() const { function in class:llvm::StringRef
  /external/llvm/include/llvm/IR/
Metadata.h 537 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } function in class:llvm::MDString
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 667 Record.append(MDS->bytes_begin(), MDS->bytes_end());
678 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/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 300 milliseconds