/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 363 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append() 364 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append() 365 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append() 366 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append() 417 StringRef ext = extension.toStringRef(ext_storage); in replace_extension() 437 StringRef p = path.toStringRef(path_storage); in native() 525 StringRef p = path.toStringRef(path_storage); in has_root_name() 532 StringRef p = path.toStringRef(path_storage); in has_root_directory() 539 StringRef p = path.toStringRef(path_storage); in has_root_path() 546 StringRef p = path.toStringRef(path_storage); in has_relative_path() [all …]
|
D | Twine.cpp | 23 return toStringRef(Vec).str(); in str() 31 StringRef Twine::toStringRef(SmallVectorImpl<char> &Out) const { in toStringRef() function in Twine
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 186 StringRef f = from.toStringRef(from_storage); 187 StringRef t = to.toStringRef(to_storage); 209 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage), 229 StringRef f = from.toStringRef(from_storage); 230 StringRef t = to.toStringRef(to_storage); 252 StringRef f = from.toStringRef(from_storage); 253 StringRef t = to.toStringRef(to_storage); 275 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage), 304 StringRef f = from.toStringRef(from_storage); 305 StringRef t = to.toStringRef(to_storage); [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 458 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append() 459 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append() 460 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append() 461 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append() 510 StringRef ext = extension.toStringRef(ext_storage); in replace_extension() 622 StringRef p = path.toStringRef(path_storage); in has_root_name() 629 StringRef p = path.toStringRef(path_storage); in has_root_directory() 636 StringRef p = path.toStringRef(path_storage); in has_root_path() 643 StringRef p = path.toStringRef(path_storage); in has_relative_path() 650 StringRef p = path.toStringRef(path_storage); in has_filename() [all …]
|
D | MemoryBuffer.cpp | 74 StringRef NameRef = Alloc.Name.toStringRef(NameBuf); in operator new() 140 StringRef NameRef = BufferName.toStringRef(NameBuf); in getNewUninitMemBuffer() 172 StringRef NameRef = Filename.toStringRef(NameBuf); in getFileOrSTDIN()
|
D | Twine.cpp | 29 return toStringRef(Vec).str(); in str()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 458 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append() 459 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append() 460 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append() 461 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append() 510 StringRef ext = extension.toStringRef(ext_storage); in replace_extension() 622 StringRef p = path.toStringRef(path_storage); in has_root_name() 629 StringRef p = path.toStringRef(path_storage); in has_root_directory() 636 StringRef p = path.toStringRef(path_storage); in has_root_path() 643 StringRef p = path.toStringRef(path_storage); in has_relative_path() 650 StringRef p = path.toStringRef(path_storage); in has_filename() [all …]
|
D | MemoryBuffer.cpp | 74 StringRef NameRef = Alloc.Name.toStringRef(NameBuf); in operator new() 140 StringRef NameRef = BufferName.toStringRef(NameBuf); in getNewUninitMemBuffer() 172 StringRef NameRef = Filename.toStringRef(NameBuf); in getFileOrSTDIN()
|
D | Twine.cpp | 23 return toStringRef(Vec).str(); in str()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 441 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append() 442 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append() 443 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append() 444 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append() 500 StringRef ext = extension.toStringRef(ext_storage); in replace_extension() 625 StringRef p = path.toStringRef(path_storage); in has_root_name() 632 StringRef p = path.toStringRef(path_storage); in has_root_directory() 639 StringRef p = path.toStringRef(path_storage); in has_root_path() 646 StringRef p = path.toStringRef(path_storage); in has_relative_path() 653 StringRef p = path.toStringRef(path_storage); in has_filename() [all …]
|
D | MemoryBuffer.cpp | 75 StringRef NameRef = Alloc.Name.toStringRef(NameBuf); in operator new() 147 StringRef NameRef = Filename.toStringRef(NameBuf); in getFileOrSTDIN() 281 StringRef NameRef = BufferName.toStringRef(NameBuf); in getNewUninitMemBuffer()
|
D | Twine.cpp | 30 return toStringRef(Vec).str(); in str()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringExtras.h | 53 inline StringRef toStringRef(bool B) { return StringRef(B ? "true" : "false"); } in toStringRef() function 56 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { in toStringRef() function 157 return toHex(toStringRef(Input)); in toHex()
|
/external/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 109 renamer.newName()).toStringRef(NameStorage)); in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 121 renamer.newName()).toStringRef(NameStorage)); in runOnModule()
|
/external/llvm/lib/IR/ |
D | Mangler.cpp | 36 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
|
/external/llvm/include/llvm/ADT/ |
D | StringExtras.h | 32 static inline StringRef toStringRef(bool B) { in toStringRef() function
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 116 StringRef NameRef = Name.toStringRef(NameSV); in getOrCreateSymbol() 259 StringRef NameRef = Name.toStringRef(NameSV); in lookupSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | RecordStreamer.cpp | 219 (Split.first + Separator + Split.second).toStringRef(NewName); in flushSymverDirectives()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | Mangler.cpp | 106 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Mangler.cpp | 37 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCContext.cpp | 125 StringRef NameRef = Name.toStringRef(NameSV); in getOrCreateSymbol() 258 StringRef NameRef = Name.toStringRef(NameSV); in lookupSymbol()
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 122 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() 138 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringExtras.h | 33 static inline StringRef toStringRef(bool B) { in toStringRef() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FileSystem.h | 499 ec = directory_iterator_construct(*this, path.toStringRef(path_storage)); in directory_iterator()
|