Searched refs:toStringRef (Results 1 - 25 of 54) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp37 return toStringRef(Checksum.Checksum).str();
H A DNativeEnumInjectedSources.cpp30 Result += toStringRef(Data);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp424 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
425 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
426 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
427 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
482 StringRef ext = extension.toStringRef(ext_storage);
615 StringRef p = path.toStringRef(path_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_storag
[all...]
H A DTwine.cpp29 return toStringRef(Vec).str();
H A DMemoryBuffer.cpp75 StringRef NameRef = Alloc.Name.toStringRef(NameBuf);
147 StringRef NameRef = Filename.toStringRef(NameBuf);
296 StringRef NameRef = BufferName.toStringRef(NameBuf);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp121 (Twine("struct.") + renamer.newName()).toStringRef(NameStorage));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h52 inline StringRef toStringRef(bool B) { return StringRef(B ? "true" : "false"); } function in namespace:llvm
55 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { function in namespace:llvm
177 return toHex(toStringRef(Input), LowerCase);
H A DTwine.h455 StringRef toStringRef(SmallVectorImpl<char> &Out) const { function in class:llvm::Twine
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp35 SysRoot = dwarf::toStringRef(CU.find(dwarf::DW_AT_LLVM_sysroot)).str();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp202 StringRef Filename = Path.toStringRef(OwnedFilename);
264 StringRef Filename = Path.toStringRef(OwnedFilename);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h177 inline StringRef toStringRef(const Optional<DWARFFormValue> &V, function in namespace:llvm::dwarf
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DRecordStreamer.cpp219 (Split.first + Separator + Split.second).toStringRef(NewName);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DMangler.cpp37 StringRef Name = GVName.toStringRef(TmpData);
H A DModule.cpp252 StringRef NameRef = Name.toStringRef(NameData);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp121 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage);
136 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp43 Data.size(), [Data](raw_ostream &OS) { OS << toStringRef(Data); });
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp270 (".text$" + SegmentName.substr(6)).toStringRef(SectionNameVector);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp337 StringRef StringData = toStringRef(Sym.content()).drop_front(Offset);
H A DCodeViewRecordIO.cpp104 Streamer->emitBinaryData(toStringRef(Bytes));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArgList.h353 return MakeArgStringRef(Str.toStringRef(Buf));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp189 StringRef NameRef = Name.toStringRef(NameSV);
340 StringRef NameRef = Name.toStringRef(NameSV);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp641 toStringRef(getDisableTailCalls()));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp71 return copyString(twine.toStringRef(Data));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc342 StringRef P = path.toStringRef(Storage);
747 StringRef path8 = path.toStringRef(path_storage);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp348 StringRef Ref = String.toStringRef(Data);

Completed in 578 milliseconds

123