Searched refs:toString (Results 126 - 150 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp532 errs() << "Error: " << toString(DiagFileOrErr.takeError()) << "\n";
540 errs() << "Error: " << toString(StatsFileOrErr.takeError()) << "\n";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp544 virtual std::string toString(unsigned Indent) const = 0;
564 std::string toString(unsigned Indent) const override {
583 std::string toString(unsigned Indent) const override {
585 ResolvedFile.toString(0);
653 std::string toString(unsigned Indent) const override {
657 Result += Entry.second->toString(Indent + 2);
688 std::string InMemoryFileSystem::toString() const { function in class:llvm::vfs::InMemoryFileSystem
689 return Root->toString(/*Indent=*/0);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp261 // Convert a register number to name, for display by toString().
545 void AMDGPUPALMetadata::toString(std::string &String) { function in class:AMDGPUPALMetadata
576 std::string KeyName = Key.toString();
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp71 toString(ESS.takeError()));
218 toString(ExpectedData.takeError()));
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_elem_etmv3.cpp221 void EtmV3TrcPacket::toString(std::string &str) const function in class:EtmV3TrcPacket
339 toString(str);
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h365 std::string toString(const coff::InputFile *file);
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp150 ") against symbol " + toString(s));
H A DMips.cpp94 toString(s) + ". This is invalid and most likely a compiler bug.");
196 ") against symbol " + toString(s));
535 toString(type) + " relocation");
H A DPPC64.cpp361 error(toString(f) + ": ABI version 1 is not supported");
363 error(toString(f) + ": unrecognized e_flags: " + Twine(flag));
638 ") against symbol " + toString(s));
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h370 std::string toString(const elf::InputSectionBase *);
H A DMarkLive.cpp390 message("removing unused section " + toString(sec));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp268 toString(std::move(err)).c_str());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp216 llvm::toString(maybe_thread.takeError()));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp197 llvm::toString(maybe_thread.takeError()));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp70 "%s", llvm::toString(start_address.takeError()).c_str());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h430 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
674 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision,
1187 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0, function in class:llvm::APFloat
1190 toString(Str, FormatPrecision, FormatMaxPadding, TruncateZero));
H A DAPInt.h187 /// This is used by the toString method to divide by the radix. It simply
1728 void toString(SmallVectorImpl<char> &Str, unsigned Radix, bool Signed,
1734 toString(Str, Radix, false, false);
1740 toString(Str, Radix, true, false);
1748 std::string toString(unsigned Radix, bool Signed) const;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h181 std::string toString() const;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp267 Printf("CMD: %s\n", Cmd.toString().c_str());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h437 std::error_code toString(Metadata HSAMetadata, std::string &String);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h71 std::string toString() const;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp358 error("Failed to load coverage: " + toString(std::move(E)),
528 error("Could not create view file!", toString(std::move(E)));
895 error("Could not create index file!", toString(std::move(E)));
916 error("Could not create view file!", toString(std::move(E)));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp80 exitWithError(toString(std::move(E)), Whence);
114 errs() << toString(std::move(E)) << "\n";
289 warn(toString(make_error<InstrProfError>(IPE)));
358 warn(toString(std::move(ErrorPair.first)), ErrorPair.second);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp390 std::string SymtabFailure = toString(std::move(E));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp321 << toString(RangesOrError.takeError()) << '\n';
534 if (auto Name = dwarf::toString(
539 if (auto Name = dwarf::toString(findRecursively(DW_AT_name), nullptr))

Completed in 377 milliseconds

1234567891011>>