HomeSort by relevance Sort by last modified time
    Searched refs:toStringRef (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/lib/Support/
PathV2.cpp 363 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
364 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
365 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
366 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
417 StringRef ext = extension.toStringRef(ext_storage);
437 StringRef p = path.toStringRef(path_storage);
525 StringRef p = path.toStringRef(path_storage);
532 StringRef p = path.toStringRef(path_storage);
539 StringRef p = path.toStringRef(path_storage);
546 StringRef p = path.toStringRef(path_storage)
    [all...]
Twine.cpp 23 return toStringRef(Vec).str();
31 StringRef Twine::toStringRef(SmallVectorImpl<char> &Out) const {
  /external/llvm/lib/Support/
Path.cpp 458 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
459 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
460 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
461 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
510 StringRef ext = extension.toStringRef(ext_storage);
622 StringRef p = path.toStringRef(path_storage);
629 StringRef p = path.toStringRef(path_storage);
636 StringRef p = path.toStringRef(path_storage);
643 StringRef p = path.toStringRef(path_storage);
650 StringRef p = path.toStringRef(path_storage)
    [all...]
MemoryBuffer.cpp 74 StringRef NameRef = Alloc.Name.toStringRef(NameBuf);
140 StringRef NameRef = BufferName.toStringRef(NameBuf);
172 StringRef NameRef = Filename.toStringRef(NameBuf);
Twine.cpp 23 return toStringRef(Vec).str();
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 458 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
459 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
460 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
461 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
510 StringRef ext = extension.toStringRef(ext_storage);
622 StringRef p = path.toStringRef(path_storage);
629 StringRef p = path.toStringRef(path_storage);
636 StringRef p = path.toStringRef(path_storage);
643 StringRef p = path.toStringRef(path_storage);
650 StringRef p = path.toStringRef(path_storage)
    [all...]
MemoryBuffer.cpp 74 StringRef NameRef = Alloc.Name.toStringRef(NameBuf);
140 StringRef NameRef = BufferName.toStringRef(NameBuf);
172 StringRef NameRef = Filename.toStringRef(NameBuf);
Twine.cpp 29 return toStringRef(Vec).str();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 40 static inline StringRef toStringRef(bool B) {
45 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
92 return toHex(toStringRef(Input));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 40 static inline StringRef toStringRef(bool B) {
45 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
92 return toHex(toStringRef(Input));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 42 static inline StringRef toStringRef(bool B) {
47 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
109 return toHex(toStringRef(Input));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 42 static inline StringRef toStringRef(bool B) {
47 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
109 return toHex(toStringRef(Input));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 42 static inline StringRef toStringRef(bool B) {
47 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
109 return toHex(toStringRef(Input));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 42 static inline StringRef toStringRef(bool B) {
47 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
109 return toHex(toStringRef(Input));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 40 static inline StringRef toStringRef(bool B) {
45 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
92 return toHex(toStringRef(Input));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 40 static inline StringRef toStringRef(bool B) {
45 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
92 return toHex(toStringRef(Input));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 42 static inline StringRef toStringRef(bool B) {
47 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
109 return toHex(toStringRef(Input));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 42 static inline StringRef toStringRef(bool B) {
47 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
109 return toHex(toStringRef(Input));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 42 static inline StringRef toStringRef(bool B) {
47 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
109 return toHex(toStringRef(Input));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 42 static inline StringRef toStringRef(bool B) {
47 static inline StringRef toStringRef(ArrayRef<uint8_t> Input) {
109 return toHex(toStringRef(Input));
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 109 renamer.newName()).toStringRef(NameStorage));
  /external/llvm/include/llvm/ADT/
StringExtras.h 32 static inline StringRef toStringRef(bool B) {
  /external/llvm/lib/IR/
Mangler.cpp 36 StringRef Name = GVName.toStringRef(TmpData);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Twine.h 436 /// toStringRef - This returns the twine as a single StringRef if it can be
439 StringRef toStringRef(SmallVectorImpl<char> &Out) const;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileSystem.h 499 ec = directory_iterator_construct(*this, path.toStringRef(path_storage));

Completed in 693 milliseconds

1 2 3 4 5