Home
last modified time | relevance | path

Searched refs:toStringRef (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp424 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 DMemoryBuffer.cpp75 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 DTwine.cpp29 return toStringRef(Vec).str(); in str()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h52 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 DTwine.h455 StringRef toStringRef(SmallVectorImpl<char> &Out) const { in toStringRef() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp37 return toStringRef(Checksum.Checksum).str(); in getChecksum()
H A DNativeEnumInjectedSources.cpp30 Result += toStringRef(Data); in readStreamData()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp202 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 DMetaRenamer.cpp121 (Twine("struct.") + renamer.newName()).toStringRef(NameStorage)); in MetaRename()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp35 SysRoot = dwarf::toStringRef(CU.find(dwarf::DW_AT_LLVM_sysroot)).str(); in getSysRoot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMangler.cpp37 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DRecordStreamer.cpp219 (Split.first + Separator + Split.second).toStringRef(NewName); in flushSymverDirectives()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp121 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 DDWARFFormValue.h177 inline StringRef toStringRef(const Optional<DWARFFormValue> &V,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp43 Data.size(), [Data](raw_ostream &OS) { OS << toStringRef(Data); }); in allocateBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp270 (".text$" + SegmentName.substr(6)).toStringRef(SectionNameVector); in ParseDirectiveSegment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp104 Streamer->emitBinaryData(toStringRef(Bytes)); in mapByteVectorTail()
H A DRecordName.cpp337 StringRef StringData = toStringRef(Sym.content()).drop_front(Offset); in getSymbolName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp189 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 DArgList.h353 return MakeArgStringRef(Str.toStringRef(Buf)); in MakeArgString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp71 return copyString(twine.toStringRef(Data)); in copyString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp348 StringRef Ref = String.toStringRef(Data); in CopyString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp507 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 Dllc.cpp209 ("'" + Twine(Filename) + "': ").toStringRef(Prefix); in reportError()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp641 toStringRef(getDisableTailCalls())); in setFunctionAttributes()

123