Searched refs:LLDB_RECORD_ (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/include/lldb/Utility/ |
D | ReproducerInstrumentation.h | 139 #define LLDB_RECORD_(T1, T2, ...) \ macro 159 LLDB_RECORD_(Result(Class::*) Signature, (&Class::Method), this, __VA_ARGS__) 162 LLDB_RECORD_(Result(Class::*) Signature const, (&Class::Method), this, \ 166 LLDB_RECORD_(Result (Class::*)(), (&Class::Method), this) 169 LLDB_RECORD_(Result (Class::*)() const, (&Class::Method), this) 172 LLDB_RECORD_(Result(*) Signature, (&Class::Method), __VA_ARGS__) 175 LLDB_RECORD_(Result (*)(), (&Class::Method), lldb_private::repro::EmptyArg())
|
/external/llvm-project/lldb/docs/design/ |
D | reproducers.rst | 141 Every API call is already instrumented with an ``LLDB_RECORD_*`` macro that 158 what gets checked by the test suite. Luckily, the ``LLDB_RECORD_*`` macros
|