Searched refs:PutCString (Results 51 - 75 of 177) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp64 strm.PutCString("Top level variables:\n\n");
H A DFileSpecList.cpp52 s->PutCString(separator_cstr);
H A DFormatEntity.cpp983 s.PutCString(", ...");
1106 s.PutCString(entry.string);
1123 s.PutCString(entry.string);
1254 s.PutCString(cstr);
1267 s.PutCString(cstr);
1282 s.PutCString(cstr);
1353 s.PutCString(arch.GetArchitectureName());
1396 s.PutCString(lang_name);
1538 s.PutCString(name);
1546 s.PutCString(" [inline
[all...]
H A DSearchFilter.cpp459 s->PutCString(", module = ");
460 s->PutCString(m_module_spec.GetFilename().AsCString("<Unknown>"));
592 s->PutCString(
600 s->PutCString(
604 s->PutCString(", ");
814 s->PutCString(
820 s->PutCString(
824 s->PutCString(", ");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp93 s.PutCString(" End");
H A DDWARFDebugInfoEntry.cpp417 s.PutCString(DW_TAG_value_to_name(abbrevDecl->Tag()));
476 s.PutCString("] ");
479 s.PutCString("( ");
488 s.PutCString(DW_LANG_value_to_name(form_value.Unsigned()));
492 s.PutCString(DW_ATE_value_to_name(form_value.Unsigned()));
525 s.PutCString(" ( ");
527 s.PutCString(" )");
534 s.PutCString(" )\n");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp210 stream.PutCString("converting file action for posix_spawn(): ");
213 log->PutCString(stream.GetString().c_str());
285 log->PutCString(stream.GetString().c_str());
443 log->PutCString(stream.GetString().c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp254 error->PutCString(
261 error->PutCString("Could not create return address breakpoint.");
263 error->PutCString(" ");
264 error->PutCString(m_constructor_errors.GetString());
H A DThreadPlanStepUntil.cpp129 error->PutCString(
134 error->PutCString("Could not create return breakpoint.");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp47 strm.PutCString(" = ");
H A DOptionArgParser.cpp68 strm.PutCString("invalid enumeration value, valid values are: ");
110 error_strm.PutCString(
H A DOptionValueDictionary.cpp33 strm.PutCString(" =");
72 strm.PutCString("=");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp94 strm.PutCString(separator);
95 strm.PutCString(GetStringAtIndex(i));
H A DBroadcaster.cpp97 s.PutCString(", ");
100 s.PutCString(GetBroadcasterName());
103 s.PutCString(pos->second);
H A DDataEncoder.cpp185 uint32_t DataEncoder::PutCString(uint32_t offset, const char *cstr) { function in class:DataEncoder
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp220 s.PutCString("Types:\n");
224 s.PutCString("Compile units:\n");
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBEvent.cpp191 strm.PutCString("No value");
205 strm.PutCString("No value");
H A DSBFileSpecList.cpp122 strm.PutCString("No value");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp177 stream.PutCString(" =");
545 s.PutCString(scope_string);
553 s.PutCString(": ");
591 s.PutCString(scope_string);
595 s.PutCString(": ");
663 s.PutCString(scope_string);
668 s.PutCString(": ");
976 result.GetOutputStream().PutCString("no matching results found.\n");
H A DCommandObjectTarget.cpp100 strm.PutCString(" )\n");
121 strm.PutCString("Current targets:\n");
500 strm.PutCString("No targets.\n");
754 s.PutCString("GLOBAL: ");
759 s.PutCString("STATIC: ");
764 s.PutCString(" ARG: ");
769 s.PutCString(" LOCAL: ");
774 s.PutCString("THREAD: ");
785 s.PutCString(": ");
1294 arch_strm.PutCString(modul
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h231 size_t PutCString(llvm::StringRef cstr);
311 PutCString(llvm::formatv(format, std::forward<Args>(args)...).str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp502 s->PutCString(": ");
513 s->PutCString("re-exported target = ");
515 s->PutCString("where = ");
533 s->PutCString(sc.function->GetName().AsCString("<unknown>"));
550 s->PutCString(sc.symbol->GetName().AsCString("<unknown>"));
H A DBreakpointResolverAddress.cpp171 s->PutCString("address = ");
H A DBreakpointResolverScripted.cpp148 s->PutCString(short_help.c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp757 s.PutCString("*");
762 s.PutCString("-");
764 s.PutCString(llvm::to_string(op.m_immediate));
767 s.PutCString("Invalid");
770 s.PutCString("(");
772 s.PutCString("*");
774 s.PutCString(")");
777 s.PutCString(op.m_register.AsCString());
780 s.PutCString("(");
782 s.PutCString("
[all...]

Completed in 162 milliseconds

12345678