Home
last modified time | relevance | path

Searched defs:LLDB_DEPRECATED_FIXME (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h146 #define LLDB_DEPRECATED_FIXME(MSG, FIX) __attribute__((deprecated(MSG, FIX))) macro
148 #define LLDB_DEPRECATED_FIXME(MSG, FIX) LLDB_DEPRECATED(MSG) macro
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDefines.h39 #define LLDB_DEPRECATED_FIXME(MSG, FIX) macro