Searched refs:LLDB_API_MAJOR_VERSION (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-versioning.h14 #define LLDB_API_MAJOR_VERSION 1 macro
55 If LLDB_API_MAJOR_VERSION is not equal to LLDB_API_MAJOR_VERSION_WANTED we will
124 #if defined(LLDB_API_MAJOR_VERSION) && \
125 (LLDB_API_MAJOR_VERSION != LLDB_API_MAJOR_VERSION_WANTED)
1335 // (LLDB_API_MAJOR_VERSION)
1540 // (LLDB_API_MAJOR_VERSION)

Completed in 105 milliseconds