Searched refs:PutString (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp66 diagnostic_manager.PutString(eDiagnosticSeverityWarning,
78 diagnostic_manager.PutString(eDiagnosticSeverityError, "invalid target");
85 diagnostic_manager.PutString(eDiagnosticSeverityError, "invalid process");
98 diagnostic_manager.PutString(
153 diagnostic_manager.PutString(eDiagnosticSeverityError,
H A DClangUserExpression.cpp337 diagnostic_manager.PutString(
343 diagnostic_manager.PutString(eDiagnosticSeverityError,
412 diagnostic_manager.PutString(eDiagnosticSeverityError,
524 diagnostic_manager.PutString(eDiagnosticSeverityWarning, err.AsCString());
572 diagnostic_manager.PutString(eDiagnosticSeverityError, "invalid target");
587 diagnostic_manager.PutString(
646 diagnostic_manager.PutString(eDiagnosticSeverityError, error_cstr);
648 diagnostic_manager.PutString(eDiagnosticSeverityError,
665 diagnostic_manager.PutString(eDiagnosticSeverityError,
777 diagnostic_manager.PutString(
[all...]
H A DClangFunctionCaller.cpp196 diagnostic_manager.PutString(eDiagnosticSeverityError,
H A DClangExpressionParser.cpp1031 diagnostic_manager.PutString(eDiagnosticSeverityError,
/freebsd-11-stable/contrib/groff/src/libs/libxutil/
H A DXFontName.c124 #define PutString(field, bit)\ macro
147 PutString (Registry, FontNameRegistry)
149 PutString (Foundry, FontNameFoundry)
151 PutString (FamilyName, FontNameFamilyName)
153 PutString (WeightName, FontNameWeightName)
155 PutString (Slant, FontNameSlant)
157 PutString (SetwidthName, FontNameSetwidthName)
159 PutString (AddStyleName, FontNameAddStyleName)
169 PutString (Spacing, FontNameSpacing)
173 PutString (CharSetRegistr
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp74 diagnostic_manager.PutString(
99 diagnostic_manager.PutString(
154 diagnostic_manager.PutString(eDiagnosticSeverityError, ss.GetString());
197 diagnostic_manager.PutString(eDiagnosticSeverityError,
219 diagnostic_manager.PutString(
289 diagnostic_manager.PutString(
H A DDiagnosticManager.cpp73 void DiagnosticManager::PutString(DiagnosticSeverity severity, function in class:DiagnosticManager
H A DFunctionCaller.cpp131 diagnostic_manager.PutString(eDiagnosticSeverityError,
243 diagnostic_manager.PutString(
H A DMaterializer.cpp388 log->PutString(dump_stream.GetString());
731 log->PutString(dump_stream.GetString());
1005 log->PutString(dump_stream.GetString());
1141 log->PutString(dump_stream.GetString());
1316 log->PutString(dump_stream.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp217 log->PutString(strm.GetString());
271 log->PutString(strm.GetString());
373 log->PutString(strm.GetString());
406 log->PutString(strm.GetString());
486 log->PutString(strm.GetString());
514 log->PutString(strm.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h122 void PutString(DiagnosticSeverity severity, llvm::StringRef str);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp405 log->PutString(s.GetString());
H A DThreadPlanCallFunction.cpp164 log->PutString(strm.GetString());
H A DProcess.cpp4608 diagnostic_manager.PutString(
4615 diagnostic_manager.PutString(
4622 diagnostic_manager.PutString(eDiagnosticSeverityError,
4629 diagnostic_manager.PutString(eDiagnosticSeverityError,
4659 diagnostic_manager.PutString(
4684 diagnostic_manager.PutString(eDiagnosticSeverityError,
4810 diagnostic_manager.PutString(
4964 diagnostic_manager.PutString(eDiagnosticSeverityRemark,
5026 diagnostic_manager.PutString(
5204 log->PutString(
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h137 void PutString(llvm::StringRef str);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp118 void Log::PutString(llvm::StringRef str) { PutCString(str.str().c_str()); } function in class:Log
H A DDataExtractor.cpp1000 log->PutString(sstr.GetString());
1039 log->PutString(sstr.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp225 log->PutString(s.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp173 log->PutString(strm.GetString());
796 log->PutString(strm.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp581 log->PutString(s.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp95 log->PutString(s.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp244 log->PutString(s.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp578 log->PutString(s.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp276 log->PutString(s.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1118 log->PutString(s.GetString());

Completed in 179 milliseconds

12