Searched refs:toString (Results 101 - 125 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp257 error(toString(s->file) + " cannot redefine linker defined symbol '" +
627 error("failed to write to the output file: " + toString(std::move(e)));
691 fatal(toString(f) +
1535 error(toString(isec) + ": SHF_LINK_ORDER sections in " + sec->name +
1545 error(toString(isec) + ": sh_link points to discarded section " +
1546 toString(link));
1613 errorOrWarn("assignment to symbol " + toString(*changedSym) +
1764 error(toString(f) + ": undefined reference to " + toString(*sym));
1948 error("cannot place " + toString(ise
[all...]
H A DICF.cpp504 print("selected section " + toString(sections[begin]));
506 print(" removing identical section " + toString(sections[i]));
H A DDriverUtils.cpp199 os << toString(*arg) << "\n";
H A DThunks.cpp865 fatal("relocation " + toString(reloc) + " to " + toString(s) +
883 fatal("relocation " + toString(reloc) + " to " + toString(s) +
H A DDriver.cpp179 toString(std::move(err)));
477 error("--reproduce: " + toString(errOrWriter.takeError()));
1410 error("--undefined-glob: " + toString(pat.takeError()));
1528 fatal(toString(f) + ": could not decode addrsig section: " + err);
1567 error(toString(s->file) +
1570 error(toString(s->file) +
1573 error(toString(s->file) + ": partitions cannot be used with "
1576 error(toString(s->file) + ": partitions cannot be used on this target");
1707 warn(toString(f) + ": -z force-bti: file does not have BTI property");
1711 warn(toString(
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp87 std::string Replacement::toString() const { function in class:Replacement
183 Message += "\nNew replacement: " + NewReplacement->toString();
185 Message += "\nExisting replacement: " + ExistingReplacement->toString();
/freebsd-12-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp383 llvm::errs() << llvm::toString(FormatStyle.takeError()) << "\n";
394 llvm::errs() << llvm::toString(ChangedCode.takeError()) << "\n";
471 llvm::errs() << llvm::toString(FormatStyle.takeError()) << "\n";
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp281 WithColor::error() << toString(Cycles.takeError());
387 WithColor::error() << toString(std::move(Err)) << '\n';
483 WithColor::error() << toString(std::move(NewE));
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp240 TypeServerSource::instances[path] = {toString(ts.takeError()), nullptr};
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h150 llvm::formatv(format, llvm::toString(std::move(error)),
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp48 result.AppendError(toString(args_or.takeError()));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp143 ConstString(toString(*current_section)), eSectionTypeOther,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp183 errs() << toString(std::move(E)) << "\n";
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp80 SetErrorString(llvm::toString(std::move(error)));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h386 std::string toString(WasmSymbolType type);
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp193 std::string Diagnostics::toString() const { function in class:clang::ast_matchers::dynamic::Diagnostics
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp641 << LHS.Val.toString(10, true) + " to " +
642 LHS.Val.toString(10, false)
646 << RHS.Val.toString(10, true) + " to " +
647 RHS.Val.toString(10, false)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp76 std::string toString() const override {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp121 void handleError(Error E) { Err.emplace(toString(std::move(E))); }
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h345 toString(std::move(Err)));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h130 std::string toString() const;
228 /// converted to a string message with `llvm::toString()`. This prevents users
327 /// `llvm::toString()` and 'std::error_code` in the `Error` should be ignored).
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp151 << ": Error making unique filename: " << toString(Temp.takeError())
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h143 virtual void toString(std::string &str) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp115 std::string apint_str(apint.getValue().toString(radix, is_signed));
583 apfloat.toString(sv, format_precision, format_max_padding);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp240 AAPipelineDesc + "': " + toString(std::move(Err)));
265 PipelineDesc + "': " + toString(std::move(Err)));

Completed in 246 milliseconds

1234567891011>>