/llvm-project/lldb/unittests/Core/ |
H A D | DumpRegisterInfoTest.cpp | 17 StreamString strm; in TEST() local 24 StreamString strm; in TEST() local 31 StreamString strm; in TEST() local 46 StreamString strm; in TEST() local 61 StreamString strm; in TEST() local 78 StreamString strm; in TEST() local 91 StreamString strm; in TEST() local 107 StreamString strm; in TEST() local
|
/llvm-project/lldb/source/Core/ |
H A D | DumpRegisterInfo.cpp | 19 void lldb_private::DumpRegisterInfo(Stream &strm, RegisterContext &ctx, in DumpRegisterInfo() 70 static void DumpList(Stream &strm, const char *title, in DumpList() 88 Stream &strm, const char *name, const char *alt_name, uint32_t byte_size, in DoDumpRegisterInfo() 104 [](Stream &strm, const char *s) { strm << s; }; in DoDumpRegisterInfo() 109 SetInfo info) { in DoDumpRegisterInfo()
|
H A D | EmulateInstruction.cpp | 204 StreamString strm(Stream::eBinary, GetAddressByteSize(), GetByteOrder()); in WriteMemoryUnsigned() local 319 StreamFile strm(stdout, false); in ReadMemoryDefault() local 334 StreamFile strm(stdout, false); in WriteMemoryDefault() local 347 StreamFile strm(stdout, false); in ReadRegisterDefault() local 364 StreamFile strm(stdout, false); in WriteRegisterDefault() local 373 void EmulateInstruction::Context::Dump(Stream &strm, in Dump()
|
H A D | UserSettingsController.cpp | 62 DumpAllPropertyValues(const ExecutionContext * exe_ctx,Stream & strm,uint32_t dump_mask,bool is_json) DumpAllPropertyValues() argument 85 DumpPropertyValue(const ExecutionContext * exe_ctx,Stream & strm,llvm::StringRef property_path,uint32_t dump_mask,bool is_json) DumpPropertyValue() argument
|
/llvm-project/lldb/source/Utility/ |
H A D | UserID.cpp | 17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) { in operator <<()
|
H A D | StringList.cpp | 92 void StringList::Join(const char *separator, Stream &strm) { in Join() 200 StreamString strm; in CopyList() local 236 StreamString strm; in LogDump() local
|
/llvm-project/lldb/unittests/Target/ |
H A D | RegisterFlagsTest.cpp | 345 StreamString strm; in TEST() local 408 StreamString strm; TEST() local 435 StreamString strm; TEST() local 461 StreamString strm; TEST() local [all...] |
/llvm-project/lldb/source/Interpreter/ |
H A D | CommandReturnObject.cpp | 17 error(Stream & strm) error() argument 23 warning(Stream & strm) warning() argument 29 DumpStringToStreamWithNewline(Stream & strm,const std::string & s) DumpStringToStreamWithNewline() argument
|
H A D | Property.cpp | 247 void Property::Dump(const ExecutionContext *exe_ctx, Stream &strm, in Dump() 275 void Property::DumpDescription(CommandInterpreter &interpreter, Stream &strm, in DumpDescription()
|
H A D | OptionValueSInt64.cpp | 16 void OptionValueSInt64::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue() argument
|
H A D | OptionValueChar.cpp | 19 void OptionValueChar::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue() argument
|
H A D | OptionValueRegex.cpp | 16 void OptionValueRegex::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue() argument
|
H A D | OptionValueFormat.cpp | 18 void OptionValueFormat::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue()
|
H A D | OptionValueArch.cpp | 20 void OptionValueArch::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue() argument
|
H A D | OptionValueUInt64.cpp | 25 void OptionValueUInt64::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue() argument
|
H A D | OptionValueLanguage.cpp | 21 Stream &strm, uint32_t dump_mask) { in DumpValue() argument
|
H A D | OptionValueBoolean.cpp | 21 Stream &strm, uint32_t dump_mask) { in DumpValue() argument
|
H A D | OptionValueFileColonLine.cpp | 33 Stream &strm, uint32_t dump_mask) { in DumpValue() argument
|
/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 241 StreamString strm; in GetNonCallSiteUnwindPlanFromAssembly() local 296 StreamString strm; in GetNonCallSiteUnwindPlanFromAssembly() local 385 StreamString strm; in ReadMemory() local 417 StreamString strm; WriteMemory() local 497 StreamString strm; ReadRegister() local 523 StreamString strm; WriteRegister() local [all...] |
/llvm-project/lldb/include/lldb/Utility/ |
H A D | StreamTee.h | 66 Stream *strm = pos->get(); in Flush() local 122 Stream *strm = pos->get(); in WriteImpl() local
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | LLDBUtils.cpp | 18 RunLLDBCommands(llvm::StringRef prefix,const llvm::ArrayRef<std::string> & commands,llvm::raw_ostream & strm,bool parse_command_directives) RunLLDBCommands() argument 84 llvm::raw_string_ostream strm(s); RunLLDBCommands() local
|
/llvm-project/lldb/source/API/ |
H A D | SBEvent.cpp | 178 Stream &strm = description.ref(); in GetDescription() local 191 Stream &strm = description.ref(); in GetDescription() local
|
/llvm-project/lldb/source/Target/ |
H A D | RegisterFlags.cpp | 246 static void DumpEnumerators(StreamString &strm, size_t indent, in DumpEnumerators() 289 StreamString strm; in DumpEnums() local 319 void RegisterFlags::EnumsToXML(Stream &strm, llvm::StringSet<> &seen) const { in EnumsToXML() 330 void FieldEnum::ToXML(Stream &strm, unsigned size) const { in ToXML()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 77 bool show_stopped_process_status, Stream &strm) { in DumpTargetInfo() argument 139 DumpTargetList(TargetList & target_list,bool show_stopped_process_status,Stream & strm) DumpTargetList() argument 476 Stream &strm = result.GetOutputStream(); DoExecute() local 510 Stream &strm = result.GetOutputStream(); DoExecute() local 538 Stream &strm = result.GetOutputStream(); DoExecute() local 686 auto &strm = result.GetOutputStream(); DoExecute() local 1143 StreamString strm; HandleArgumentCompletion() local 1247 DumpModuleArchitecture(Stream & strm,Module * module,bool full_triple,uint32_t width) DumpModuleArchitecture() argument 1265 DumpModuleUUID(Stream & strm,Module * module) DumpModuleUUID() argument 1273 DumpCompileUnitLineTable(CommandInterpreter & interpreter,Stream & strm,Module * module,const FileSpec & file_spec,lldb::DescriptionLevel desc_level) DumpCompileUnitLineTable() argument 1303 DumpFullpath(Stream & strm,const FileSpec * file_spec_ptr,uint32_t width) DumpFullpath() argument 1320 DumpDirectory(Stream & strm,const FileSpec * file_spec_ptr,uint32_t width) DumpDirectory() argument 1334 DumpBasename(Stream & strm,const FileSpec * file_spec_ptr,uint32_t width) DumpBasename() argument 1348 DumpModuleObjfileHeaders(Stream & strm,ModuleList & module_list) DumpModuleObjfileHeaders() argument 1376 DumpModuleSymtab(CommandInterpreter & interpreter,Stream & strm,Module * module,SortOrder sort_order,Mangled::NamePreference name_preference) DumpModuleSymtab() argument 1386 DumpModuleSections(CommandInterpreter & interpreter,Stream & strm,Module * module) DumpModuleSections() argument 1401 DumpModuleSymbolFile(Stream & strm,Module * module) DumpModuleSymbolFile() argument 1426 DumpDwoFilesTable(Stream & strm,StructuredData::Array & dwo_listings) DumpDwoFilesTable() argument 1464 DumpOsoFilesTable(Stream & strm,StructuredData::Array & oso_listings) DumpOsoFilesTable() argument 1494 DumpAddress(ExecutionContextScope * exe_scope,const Address & so_addr,bool verbose,bool all_ranges,Stream & strm,std::optional<Stream::HighlightSettings> settings=std::nullopt) DumpAddress() argument 1517 LookupAddressInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,uint32_t resolve_mask,lldb::addr_t raw_addr,lldb::addr_t offset,bool verbose,bool all_ranges) LookupAddressInModule() argument 1546 LookupSymbolInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,const char * name,bool name_is_regex,bool verbose,bool all_ranges) LookupSymbolInModule() argument 1616 DumpSymbolContextList(ExecutionContextScope * exe_scope,Stream & strm,const SymbolContextList & sc_list,bool verbose,bool all_ranges,std::optional<Stream::HighlightSettings> settings=std::nullopt) DumpSymbolContextList() argument 1637 LookupFunctionInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,const char * name,bool name_is_regex,const ModuleFunctionSearchOptions & options,bool verbose,bool all_ranges) LookupFunctionInModule() argument 1669 LookupTypeInModule(Target * target,CommandInterpreter & interpreter,Stream & strm,Module * module,const char * name_cstr,bool name_is_regex) LookupTypeInModule() argument 1722 LookupTypeHere(Target * target,CommandInterpreter & interpreter,Stream & strm,Module & module,const char * name_cstr,bool name_is_regex) LookupTypeHere() argument 1764 LookupFileAndLineInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,const FileSpec & file_spec,uint32_t line,bool check_inlines,bool verbose,bool all_ranges) LookupFileAndLineInModule() argument 2594 Stream &strm = result.GetOutputStream(); DoExecute() local 2750 StreamString strm; DoExecute() local 2774 StreamString strm; DoExecute() local 3187 Stream &strm = result.GetOutputStream(); DoExecute() local 3292 PrintModule(Target * target,Module * module,int indent,Stream & strm) PrintModule() argument [all...] |
H A D | CommandObjectRegister.cpp | 76 bool DumpRegister(const ExecutionContext &exe_ctx, Stream &strm, in DumpRegister() argument 111 bool DumpRegisterSet(const ExecutionContext &exe_ctx, Stream &strm, in DumpRegisterSet() argument 151 Stream &strm = result.GetOutputStream(); DoExecute() local [all...] |