Home
last modified time | relevance | path

Searched defs:out_stream (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h59 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h69 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h77 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_io.cpp134 void __kmp_vprintf(enum kmp_io out_stream, char const *format, va_list ap) { in __kmp_vprintf()
/llvm-project-15.0.7/lldb/source/API/
H A DSBInstruction.cpp276 StreamFile out_stream(out_sp); in Print() local
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp694 OptionValueSP Instruction::ReadArray(FILE *in_file, Stream *out_stream, in ReadArray()
753 OptionValueSP Instruction::ReadDictionary(FILE *in_file, Stream *out_stream) { in ReadDictionary()
857 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { in TestEmulation()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp255 Stream *out_stream) { in CompareState()
H A DEmulateInstructionARM.cpp14379 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h62 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test_helper.cc400 std::stringstream out_stream; in RunOutputTests() member
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp856 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete() local
1777 Stream &out_stream = result.GetOutputStream(); in DoExecute() local
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1302 llvm::raw_string_ostream out_stream(fixed_expression); in RewriteExpression() local