Home
last modified time | relevance | path

Searched refs:StrOut (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h177 #define LLDB_RECORD_CHAR_PTR_(T1, T2, StrOut, ...) \ argument
191 _recorder, *_deserializer, _data.GetRegistry(), StrOut); \
196 #define LLDB_RECORD_CHAR_PTR_METHOD(Result, Class, Method, Signature, StrOut, \ argument
198 LLDB_RECORD_CHAR_PTR_(Result(Class::*) Signature, (&Class::Method), StrOut, \
202 StrOut, ...) \ argument
204 StrOut, this, __VA_ARGS__)
207 StrOut, ...) \ argument
208 LLDB_RECORD_CHAR_PTR_(Result(*) Signature, (&Class::Method), StrOut, \