Searched defs:out_stream (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 59 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 69 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 77 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_io.cpp | 134 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 D | SBInstruction.cpp | 276 StreamFile out_stream(out_sp); in Print() local
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Disassembler.cpp | 694 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 D | EmulationStateARM.cpp | 255 Stream *out_stream) { in CompareState()
|
| H A D | EmulateInstructionARM.cpp | 14379 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 62 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation()
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | output_test_helper.cc | 400 std::stringstream out_stream; in RunOutputTests() member
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 856 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 D | ClangExpressionParser.cpp | 1302 llvm::raw_string_ostream out_stream(fixed_expression); in RewriteExpression() local
|