| /freebsd-13.1/contrib/opencsd/decoder/include/common/ |
| H A D | trc_printable_elem.h | 60 virtual void toString(std::string &str) const; 68 inline void trcPrintableElem::toString(std::string &str) const in toString() function 75 toString(str); in toStringFmt() 84 pktClass.toString(str); in trcPrintElemToString()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 166 error(toString(file) + " is incompatible with " + toString(existing)); in isCompatible() 196 message(toString(file)); in doParseFile() 520 error(toString(f) + in addDependentLibrary() 595 warn(toString(this) + in initializeSections() 887 warn(toString(isec) + ": " + llvm::toString(std::move(e))); in createInputSection() 909 warn(toString(isec) + ": " + llvm::toString(std::move(e))); in createInputSection() 933 error(toString(this) + in createInputSection() 967 fatal(toString(this) + in createInputSection() 1239 toString(this) + in fetch() 1324 toString(this) + in shouldFetchForCommon() [all …]
|
| H A D | Symbols.cpp | 36 std::string lld::toString(const elf::Symbol &sym) { in toString() function in lld 131 fatal(toString(d.file) + in getSymVA() 253 error(toString(file) + ": symbol " + s + " has undefined version " + in parseSymbolVersion() 321 message(toString(sym->file) + s + sym->getName()); in printTraceSymbol() 340 auto report = [&](StringRef s) { warn(toString(file) + s + sym->getName()); }; in maybeWarnUnorderableSymbol() 387 std::string to = toString(it.second.second); in reportBackrefs() 398 toString(it.second.first) + " refers to " + to); in reportBackrefs() 633 error("duplicate symbol: " + toString(*sym) + "\n>>> defined in " + in reportDuplicate() 634 toString(sym->file) + "\n>>> defined in " + toString(newFile)); in reportDuplicate() 651 std::string msg = "duplicate symbol: " + toString(*sym) + "\n>>> defined at "; in reportDuplicate()
|
| H A D | InputSection.cpp | 47 std::string lld::toString(const InputSectionBase *sec) { in toString() function in lld 48 return (toString(sec->file) + ":(" + sec->name + ")").str(); in toString() 71 error(toString(this) + ": section too large"); in InputSectionBase() 80 fatal(toString(this) + ": sh_addralign is not a power of 2"); in InputSectionBase() 171 fatal(toString(this) + in uncompress() 256 error(toString(this) + ": corrupted compressed section"); in parseCompressedHeader() 262 error(toString(this) + ": unsupported compression type"); in parseCompressedHeader() 308 srcFile = toString(file); in getLocation() 1104 lld::toString(*rel.sym).substr(6) + in relocateAlloc() 1226 error(lld::toString(this) + ": " + f->getName() + in adjustSplitStackFunctionPrologues() [all …]
|
| H A D | MapFile.cpp | 94 os << indent16 << toString(*syms[i]); in getSymbolStrings() 137 os << indent8 << toString(p.sec->file) << ":(" << p.sec->name << "+0x" in printEhFrame() 192 os << indent8 << toString(isec) << '\n'; in writeMapFile() 258 print(toString(*sym), toString(sym->file)); in writeCrossReferenceTable() 261 print("", toString(file)); in writeCrossReferenceTable()
|
| H A D | Relocations.cpp | 79 return msg + toString(sym.file); in getDefinedLocation() 104 hint = "; references " + lld::toString(*rel.sym) + in reportRangeError() 461 toString(sym) + getLocation(s, sym, relOff)); in isStaticLinkTimeConstant() 664 toString(type)); in computeMipsAddend() 710 toString(sym); in maybeReportDiscarded() 712 msg += "\n>>> defined in " + toString(file); in maybeReportDiscarded() 1223 " against symbol '" + toString(*ss) + in processRelocAux() 1261 errorOrWarn("symbol '" + toString(sym) + in processRelocAux() 1300 errorOrWarn("symbol '" + toString(sym) + "' has no type" + in processRelocAux() 1415 errorOrWarn("relocation " + toString(type) + " against " + toString(sym) + in scanReloc() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | MipsArchTree.cpp | 75 error(toString(f.file) + ": microMIPS 64-bit is not supported"); in checkFlags() 79 error(toString(f.file) + ": ABI '" + getAbiName(abi2) + in checkFlags() 84 error(toString(f.file) + ": -mnan=" + getNanName(nan2) + in checkFlags() 89 error(toString(f.file) + ": -mfp" + getFpName(fp2) + in checkFlags() 109 warn(toString(f.file) + in getPicFlags() 111 toString(files[0].file)); in getPicFlags() 113 warn(toString(f.file) + in getPicFlags() 115 toString(files[0].file)); in getPicFlags() 287 error("incompatible target ISA:\n>>> " + toString(files[0].file) + ": " + in getArchFlags() 288 getFullArchName(ret) + "\n>>> " + toString(f.file) + ": " + in getArchFlags()
|
| H A D | AMDGPU.cpp | 58 error("incompatible e_flags: " + toString(f)); in calcEFlagsV3() 74 error("incompatible mach: " + toString(f)); in calcEFlagsV4() 83 error("incompatible xnack: " + toString(f)); in calcEFlagsV4() 96 error("incompatible sramecc: " + toString(f)); in calcEFlagsV4() 171 ") against symbol " + toString(s)); in getRelExpr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | BugDriver.cpp | 37 errs() << "Failed to keep temp file " << toString(std::move(E)) << '\n'; in ~DiscardTemp() 41 errs() << "Failed to delete temp file " << toString(std::move(E)) << '\n'; in ~DiscardTemp() 189 outs() << toString(std::move(E)); in run() 202 errs() << toString(std::move(E)); in run() 219 errs() << toString(std::move(E)); in run() 225 errs() << toString(std::move(E)); in run() 234 errs() << toString(std::move(E)); in run()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | ErrorHandler.h | 157 fatal(llvm::toString(e.takeError())); in check() 164 fatal(llvm::toString(e.takeError())); in check() 178 fatal(prefix() + ": " + toString(e.takeError())); in check2() 182 inline std::string toString(const Twine &s) { return s.str(); } in toString() function 185 #define CHECK(E, S) check2((E), [&] { return toString(S); })
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | Stencil.cpp | 99 std::string toString() const override { in toString() function in __anon7ec9886d0111::RawTextStencil 123 std::string toString() const override { in toString() function in __anon7ec9886d0111::DebugPrintNodeStencil 152 std::string toString() const override { in toString() function in __anon7ec9886d0111::UnaryOperationStencil 252 std::string toString() const override { return "selection(...)"; } in toString() function in __anon7ec9886d0111::SelectorStencil 301 std::string toString() const override { in toString() function in __anon7ec9886d0111::AccessStencil 302 return (llvm::Twine("access(\"") + BaseId + "\", " + Member->toString() + in toString() 355 std::string toString() const override { in toString() function in __anon7ec9886d0111::IfBoundStencil 357 ", " + FalseStencil->toString() + ")") in toString() 376 std::string toString() const override { in toString() function in __anon7ec9886d0111::SequenceStencil 380 Parts.push_back(S->toString()); in toString() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | RefactoringCallbacks.cpp | 56 llvm::errs() << "Skipping replacement " << Replacement.toString() in HandleTranslationUnit() 58 << toString(std::move(Err)) << "\n"; in HandleTranslationUnit() 97 llvm::errs() << llvm::toString(std::move(Err)) << "\n"; in run() 116 llvm::errs() << llvm::toString(std::move(Err)) << "\n"; in run() 136 llvm::errs() << llvm::toString(std::move(Err)) << "\n"; in run() 147 llvm::errs() << llvm::toString(std::move(Err)) << "\n"; in run() 234 << "! " << llvm::toString(std::move(Err)) << "\n"; in run()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.cpp | 42 log("Reading " + toString(file)); in addFile() 119 res += toString(file); in getSymbolLocations() 197 os << toString(file); in getSymbolLocations() 199 os << ":(" << toString(*loc.sym) << ')'; in getSymbolLocations() 237 os << "undefined symbol: " << toString(*undefDiag.sym); in reportUndefinedSymbol() 340 toString(cast<DefinedRegular>(imp)->file)); in handleMinGWAutomaticImport() 415 warn(toString(file) + in reportProblemSymbols() 608 res += toString(file); in getSourceLocationBitcode() 625 os << toString(file); in getSourceLocationObj() 637 return "\n>>> defined at " + toString(file); in getSourceLocation() [all …]
|
| H A D | InputFiles.cpp | 61 std::string lld::toString(const coff::InputFile *file) { in toString() function in lld 137 ": Archive::children failed: " + toString(std::move(err))); in getArchiveMembers() 191 fatal(toString(this) + " is not a COFF file"); in parse() 238 toString(e.takeError())); in readSection() 542 log(("conflicting comdat type for " + toString(*leader) + ": " + in handleComdatSelection() 544 " and " + Twine((int)selection) + " in " + toString(this)) in handleComdatSelection() 646 fatal(toString(this) + ": " + getName() + in createDefined() 650 fatal(toString(this) + ": " + getName() + in createDefined() 682 " for " + getName() + " in " + toString(this)); in createDefined() 1155 error(toString(this) + " is not a COFF file"); in parse() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OptionalDiagnostic.h | 43 I.toString(Buffer); 60 F.toString(Buffer, precision); 69 FX.toString(Buffer);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTrace.cpp | 43 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start() 60 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start() 72 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Stop() 82 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Stop()
|
| H A D | SBReproducer.cpp | 139 error = llvm::toString(std::move(e)); in Capture() 155 error = llvm::toString(std::move(e)); in Capture() 171 error = llvm::toString(std::move(e)); in PassiveReplay() 205 error = llvm::toString(std::move(e)); in Replay() 218 error = llvm::toString(version.takeError()); in Replay() 270 error = llvm::toString(std::move(e)); in Finalize() 281 error = llvm::toString(std::move(e)); in Finalize()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.cpp | 27 sym->getName() + "' in " + toString(isec)) in validateSymbolRelocation() 42 hint = "; references " + toString(*sym); in reportRangeError() 53 hint = "; references " + toString(*d.symbol); in reportRangeError()
|
| H A D | InputFiles.cpp | 81 std::string lld::toString(const InputFile *f) { in toString() function in lld 162 error(toString(input) + " has platform " + platformNames + in checkCompatibility() 326 sec.sectname + " in " + toString(file)) in validateRelocationInfo() 812 warn(toString(this) + ": " + toString(std::move(err))); in parseDebugInfo() 815 warn(toString(this) + ": " + toString(std::move(warning))); in parseDebugInfo() 993 message(toString(this)); in DylibFile() 1082 message(toString(this)); in DylibFile() 1087 error(toString(this) + " is incompatible with " + in DylibFile() 1235 CHECK(sym.getMember(), toString(this) + in fetch() 1244 toString(this) + in fetch() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 96 std::string error_str = toString(std::move(E)); in IOHandlerIsInputComplete() 133 *io_handler.GetErrorStreamFileSP() << toString(std::move(error)); in IOHandlerInputComplete() 179 llvm::toString(std::move(e))); in ExecuteOneLine() 186 llvm::toString(std::move(e))); in ExecuteOneLine() 217 filename, llvm::toString(std::move(e))); in LoadScriptingModule() 285 debugger.GetErrorStream() << toString(std::move(E)); in BreakpointCallbackFunction() 312 debugger.GetErrorStream() << toString(std::move(E)); in WatchpointCallbackFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFixedPoint.h | 175 void toString(SmallVectorImpl<char> &Str) const; 176 std::string toString() const { in toString() function 178 toString(S); in toString() 231 OS << FX.toString();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.cpp | 42 SetOffset, toString(C.takeError()).c_str())); in extract() 61 SetOffset, toString(C.takeError()).c_str())); in extract() 80 SetOffset, toString(C.takeError()).c_str())); in extract()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocumentYAML.cpp | 36 std::string DocNode::toString() const { in toString() function in DocNode 117 N.fromString(toString(), ""); in getYAMLTag() 178 OS << S.toString(); in output() 218 IO.mapRequired(I.first.toString().c_str(), I.second); in output()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 309 llvm::toString(HeaderReplacements.takeError())); in applyAtomicChanges() 315 llvm::toString(Replaces.takeError())); in applyAtomicChanges() 323 llvm::toString(std::move(Err))); in applyAtomicChanges() 331 llvm::toString(CleanReplaces.takeError())); in applyAtomicChanges() 340 llvm::toString(ChangedCode.takeError())); in applyAtomicChanges() 351 llvm::toString(ChangedCode.takeError())); in applyAtomicChanges() 364 llvm::toString(ChangedCode.takeError())); in applyAtomicChanges()
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 153 req.s = buf.toString(); in applyProbespec() 171 out.printf(stringFormat, value.toString()); in printValue() 179 logger.finer(data.toString()); in consumeProbeData() 232 buf.toString()); in consumeProbeData() 241 buf.toString()); in consumeProbeData() 257 out.print(record.toString()); in consumeProbeData() 280 logger.fine(printa.toString()); in consumeProbeData() 424 return buf.toString(); in repeat() 469 printValue(tupleRecord.toString(), -1, " %-50s"); in printAggregationRecords() 986 logger.fine(error.toString()); in main() [all …]
|