Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h60 bool TestEmulation(Stream &out_stream, ArchSpec &arch, in TestEmulation()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h70 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h78 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation()
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp115 void __kmp_vprintf(enum kmp_io out_stream, char const *format, va_list ap) { in __kmp_vprintf()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp702 OptionValueSP Instruction::ReadArray(FILE *in_file, Stream &out_stream, in ReadArray() argument
761 OptionValueSP Instruction::ReadDictionary(FILE *in_file, Stream &out_stream) { in ReadDictionary() argument
863 bool Instruction::TestEmulation(Stream &out_stream, const char *file_name) { in TestEmulation() argument
[all...]
H A DFormatEntity.cpp1076 PrettyPrintFunctionNameWithArgs(Stream & out_stream,char const * full_name,ExecutionContextScope * exe_scope,VariableList const & args) PrettyPrintFunctionNameWithArgs() argument
1096 FormatInlinedBlock(Stream & out_stream,Block * block) FormatInlinedBlock() argument
2410 PrettyPrintFunctionArguments(Stream & out_stream,VariableList const & args,ExecutionContextScope * exe_scope) PrettyPrintFunctionArguments() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp218 Stream &out_stream) { in CompareState()
H A DEmulateInstructionARM.cpp14349 bool EmulateInstructionARM::TestEmulation(Stream &out_stream, ArchSpec &arch, in TestEmulation() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp295 StreamFile out_stream(out_sp); in Print() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h63 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp190 Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) { in TestEmulation()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp853 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); IOHandlerInputComplete() local
1800 Stream &out_stream = result.GetOutputStream(); DoExecute() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp180 static bool PrettyPrintFunctionNameWithArgs(Stream &out_stream, in PrettyPrintFunctionNameWithArgs() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1274 llvm::raw_string_ostream out_stream(fixed_expression); RewriteExpression() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1751 TestEmulation(Stream & out_stream,ArchSpec & arch,OptionValueDictionary * test_data) TestEmulation() argument