/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Path.cpp | 424 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append() 425 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append() 426 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append() 427 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append() 482 StringRef ext = extension.toStringRef(ext_storage); in replace_extension() 615 StringRef p = path.toStringRef(path_storage); in has_root_name() 622 StringRef p = path.toStringRef(path_storage); in has_root_directory() 629 StringRef p = path.toStringRef(path_storage); in has_root_path() 636 StringRef p = path.toStringRef(path_storage); in has_relative_path() 643 StringRef p = path.toStringRef(path_storage); in has_filename() [all …]
|
H A D | MemoryBuffer.cpp | 75 StringRef NameRef = Alloc.Name.toStringRef(NameBuf); in operator new() 147 StringRef NameRef = Filename.toStringRef(NameBuf); in getFileOrSTDIN() 296 StringRef NameRef = BufferName.toStringRef(NameBuf); in getNewUninitMemBuffer()
|
H A D | Twine.cpp | 29 return toStringRef(Vec).str(); in str()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 52 inline StringRef toStringRef(bool B) { return StringRef(B ? "true" : "false"); } in toStringRef() function 55 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { in toStringRef() function 177 return toHex(toStringRef(Input), LowerCase);
|
H A D | Twine.h | 455 StringRef toStringRef(SmallVectorImpl<char> &Out) const { in toStringRef() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSourceFile.cpp | 37 return toStringRef(Checksum.Checksum).str(); in getChecksum()
|
H A D | NativeEnumInjectedSources.cpp | 30 Result += toStringRef(Data); in readStreamData()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 202 StringRef Filename = Path.toStringRef(OwnedFilename); in status() 264 StringRef Filename = Path.toStringRef(OwnedFilename); in openFileForRead()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 121 (Twine("struct.") + renamer.newName()).toStringRef(NameStorage)); in MetaRename()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp | 35 SysRoot = dwarf::toStringRef(CU.find(dwarf::DW_AT_LLVM_sysroot)).str(); in getSysRoot()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Mangler.cpp | 37 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 219 (Split.first + Separator + Split.second).toStringRef(NewName); in flushSymverDirectives()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | InitHeaderSearch.cpp | 121 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() 136 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 177 inline StringRef toStringRef(const Optional<DWARFFormValue> &V,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MinidumpEmitter.cpp | 43 Data.size(), [Data](raw_ostream &OS) { OS << toStringRef(Data); }); in allocateBytes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 270 (".text$" + SegmentName.substr(6)).toStringRef(SectionNameVector); in ParseDirectiveSegment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 104 Streamer->emitBinaryData(toStringRef(Bytes)); in mapByteVectorTail()
|
H A D | RecordName.cpp | 337 StringRef StringData = toStringRef(Sym.content()).drop_front(Offset); in getSymbolName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCContext.cpp | 189 StringRef NameRef = Name.toStringRef(NameSV); in getOrCreateSymbol() 340 StringRef NameRef = Name.toStringRef(NameSV); in lookupSymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/ |
H A D | ArgList.h | 353 return MakeArgStringRef(Str.toStringRef(Buf)); in MakeArgString()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/ |
H A D | EditedSource.cpp | 71 return copyString(twine.toStringRef(Data)); in copyString()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 348 StringRef Ref = String.toStringRef(Data); in CopyString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 507 DataExtractor Data(toStringRef(Entry.Expr), DCtx.isLittleEndian(), 0); in verifyDebugInfoAttribute() 1348 DataExtractor Data(toStringRef(Entry.Expr), DCtx.isLittleEndian(), in isVariableIndexable()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/ |
H A D | llc.cpp | 209 ("'" + Twine(Filename) + "': ").toStringRef(Prefix); in reportError()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 641 toStringRef(getDisableTailCalls())); in setFunctionAttributes()
|