Searched refs:toString (Results 76 - 100 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DTarget.cpp40 std::string toString(elf::RelType type) { function in namespace:lld
H A DInputFiles.h38 std::string toString(const elf::InputFile *f);
109 // Cache for toString(). Only toString() should use this member.
213 fatal(toString(this) + ": invalid symbol index");
H A DOutputSections.cpp118 error("incompatible section flags for " + name + "\n>>> " + toString(isec) +
125 toString(isec) + ": " +
280 fatal("compress failed: " + llvm::toString(std::move(e)));
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp526 void ScanfSpecifier::toString(raw_ostream &os) const { function in class:ScanfSpecifier
534 FieldWidth.toString(os);
535 os << LM.toString();
536 os << CS.toString();
H A DPrintfFormatString.cpp896 void PrintfSpecifier::toString(raw_ostream &os) const { function in class:PrintfSpecifier
914 FieldWidth.toString(os);
916 Precision.toString(os);
923 os << LM.toString();
925 os << CS.toString();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp73 toString(MaybeRecCode.takeError()).c_str());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp175 llvm::toString(std::move(Err)));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h140 std::string toString() const { function in class:fuzzer::final
H A DFuzzerUtilWindows.cpp156 std::string CmdLine = Cmd.toString();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp159 std::string Tmp = toString(unwrap(Err));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp240 errs() << toString(std::move(E));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp69 exitWithError(toString(std::move(E)), Whence);
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h121 virtual void toString(std::string &str) const;
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_elem_stm.h98 virtual void toString(std::string &str) const;
/freebsd-12-stable/contrib/opencsd/decoder/include/pkt_printers/
H A Dpkt_printer_t.h117 p_packet_in->toString(pktstr);
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp96 void OcsdTraceElement::toString(std::string &str) const function in class:OcsdTraceElement
235 void OcsdTraceElement::toString(const ocsd_generic_trace_elem *p_elem, std::string &str)
239 elem.toString(str);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java537 StddevValue v = new StddevValue(37, 114, 5, Integer.toString(9544));
551 s = Arrays.toString((byte[])o);
553 s = Arrays.toString((Object[])o);
560 s = o.toString();
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp417 toString(std::move(err)));
423 toString(std::move(err)));
467 fatal("Type server does not have TPI stream: " + toString(std::move(e)));
472 fatal("Error getting type server IPI stream: " + toString(std::move(e)));
488 fatal("codeview::mergeTypeRecords failed: " + toString(std::move(err)));
497 fatal("codeview::mergeIdRecords failed: " + toString(std::move(err)));
503 fatal("codeview::mergeTypeRecords failed: " + toString(std::move(err)));
509 fatal("codeview::mergeIdRecords failed: " + toString(std::move(err)));
1101 utohexstr(uint32_t(ss.kind())) + " in file " + toString(&file));
1223 warn("Cannot use debug info for '" + toString(fil
[all...]
H A DDriver.cpp286 log("Loaded " + toString(obj) + " for " + symName);
296 toString(std::move(e)));
341 log("Directives: " + toString(file) + ": " + s);
631 os << toString(*arg) << "\n";
945 fatal(toString(obj) + ": could not decode addrsig section: " + err);
947 fatal(toString(obj) + ": invalid symbol index in addrsig section");
1026 : toString(resourceObjFiles[1])) +
1028 toString(resourceObjFiles.front()));
1173 toString(errOrWriter.takeError()));
H A DChunks.cpp116 toString(file));
131 toString(file));
201 toString(file));
313 toString(file));
561 toString(file));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h42 llvm::StringRef toString(Record::Kind K);
44 OS << toString(K);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp71 *ErrorMessage = strdup(toString(ObjOrErr.takeError()).c_str());
143 *ErrorMessage = strdup(toString(ObjOrErr.takeError()).c_str());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp135 << llvm::toString(std::move(Err)) << "\n";
149 << llvm::toString(std::move(Err)) << "\n";
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_elem_etmv4i.cpp80 void EtmV4ITrcPacket::toString(std::string &str) const function in class:EtmV4ITrcPacket
183 toString(str); // TBD add in formatted response.
/freebsd-12-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_elem_ptm.cpp153 void PtmTrcPacket::toString(std::string &str) const function in class:PtmTrcPacket
204 toString(str);

Completed in 339 milliseconds

1234567891011>>