OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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/IR/
Metadata.h
537
const unsigned char *
bytes_begin
() const { return getString().
bytes_begin
(); }
function in class:llvm::MDString
[
all
...]
/external/llvm/include/llvm/ADT/
StringRef.h
98
const unsigned char *
bytes_begin
() const {
function in class:llvm::StringRef
/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 178 milliseconds