Home
last modified time | relevance | path

Searched refs:PutString (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp63 diagnostic_manager.PutString(eDiagnosticSeverityWarning, in Install()
75 diagnostic_manager.PutString(eDiagnosticSeverityError, "invalid target"); in Install()
82 diagnostic_manager.PutString(eDiagnosticSeverityError, "invalid process"); in Install()
95 diagnostic_manager.PutString( in Install()
150 diagnostic_manager.PutString(eDiagnosticSeverityError, in Install()
H A DClangUserExpression.cpp333 diagnostic_manager.PutString( in SetupPersistentState()
339 diagnostic_manager.PutString(eDiagnosticSeverityError, in SetupPersistentState()
401 diagnostic_manager.PutString(eDiagnosticSeverityError, in UpdateLanguageForExpr()
429 diagnostic_manager.PutString(eDiagnosticSeverityWarning, err.AsCString()); in PrepareForParsing()
464 diagnostic_manager.PutString(eDiagnosticSeverityError, "invalid target"); in Parse()
479 diagnostic_manager.PutString( in Parse()
534 diagnostic_manager.PutString(eDiagnosticSeverityError, error_cstr); in Parse()
536 diagnostic_manager.PutString(eDiagnosticSeverityError, in Parse()
553 diagnostic_manager.PutString(eDiagnosticSeverityError, in Parse()
668 diagnostic_manager.PutString( in Complete()
[all …]
H A DClangFunctionCaller.cpp200 diagnostic_manager.PutString(eDiagnosticSeverityError, in CompileFunction()
H A DClangExpressionParser.cpp910 diagnostic_manager.PutString(eDiagnosticSeverityError, in ParseInternal()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp99 diagnostic_manager.PutString( in DoExecute()
155 diagnostic_manager.PutString(eDiagnosticSeverityError, ss.GetString()); in DoExecute()
200 diagnostic_manager.PutString(eDiagnosticSeverityError, in DoExecute()
222 diagnostic_manager.PutString( in DoExecute()
245 diagnostic_manager.PutString( in DoExecute()
300 diagnostic_manager.PutString( in PrepareToExecuteJITExpression()
H A DDiagnosticManager.cpp74 size_t DiagnosticManager::PutString(DiagnosticSeverity severity, in PutString() function in DiagnosticManager
H A DFunctionCaller.cpp133 diagnostic_manager.PutString(eDiagnosticSeverityError, in WriteFunctionArguments()
246 diagnostic_manager.PutString( in GetThreadPlanToCallFunction()
H A DMaterializer.cpp403 log->PutString(dump_stream.GetString()); in DumpToLog()
740 log->PutString(dump_stream.GetString()); in DumpToLog()
1013 log->PutString(dump_stream.GetString()); in DumpToLog()
1147 log->PutString(dump_stream.GetString()); in DumpToLog()
1320 log->PutString(dump_stream.GetString()); in DumpToLog()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp220 log->PutString(strm.GetString()); in GetNonCallSiteUnwindPlanFromAssembly()
274 log->PutString(strm.GetString()); in GetNonCallSiteUnwindPlanFromAssembly()
378 log->PutString(strm.GetString()); in ReadMemory()
411 log->PutString(strm.GetString()); in WriteMemory()
491 log->PutString(strm.GetString()); in ReadRegister()
519 log->PutString(strm.GetString()); in WriteRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DDiagnosticManager.h135 size_t PutString(DiagnosticSeverity severity, llvm::StringRef str);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLog.h136 void PutString(llvm::StringRef str);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp408 log->PutString(s.GetString()); in DoWillResume()
H A DProcess.cpp4843 diagnostic_manager.PutString( in RunThreadPlan()
4850 diagnostic_manager.PutString( in RunThreadPlan()
4857 diagnostic_manager.PutString(eDiagnosticSeverityError, in RunThreadPlan()
4864 diagnostic_manager.PutString(eDiagnosticSeverityError, in RunThreadPlan()
4894 diagnostic_manager.PutString( in RunThreadPlan()
4919 diagnostic_manager.PutString(eDiagnosticSeverityError, in RunThreadPlan()
5046 diagnostic_manager.PutString( in RunThreadPlan()
5199 diagnostic_manager.PutString(eDiagnosticSeverityRemark, in RunThreadPlan()
5263 diagnostic_manager.PutString( in RunThreadPlan()
5441 log->PutString(s.GetString()); in RunThreadPlan()
H A DThreadPlanCallFunction.cpp191 log->PutString(strm.GetString()); in ReportRegisterState()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLog.cpp111 void Log::PutString(llvm::StringRef str) { PutCString(str.str().c_str()); } in PutString() function in Log
H A DDataExtractor.cpp1052 log->PutString(sstr.GetString()); in PutToLog()
1091 log->PutString(sstr.GetString()); in PutToLog()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp179 log->PutString(strm.GetString()); in SendRawPacketNoLock()
808 log->PutString(strm.GetString()); in CheckForPacket()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp228 log->PutString(s.GetString()); in PrepareTrivialCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp297 log->PutString(strm.GetString()); in ExtractDIEsEndCheck()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp583 log->PutString(s.GetString()); in PrepareTrivialCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp246 log->PutString(s.GetString()); in PrepareTrivialCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp99 log->PutString(s.GetString()); in PrepareTrivialCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp583 log->PutString(s.GetString()); in PrepareTrivialCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1117 log->PutString(s.GetString()); in PrepareTrivialCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1702 log->PutString(s.GetString()); in PrepareTrivialCall()

12