Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig108 SWIGEXPORT bool
140 SWIGEXPORT bool
214 SWIGEXPORT void*
250 SWIGEXPORT void*
278 SWIGEXPORT void*
344 SWIGEXPORT void*
413 SWIGEXPORT bool
629 SWIGEXPORT bool
773 SWIGEXPORT int
803 SWIGEXPORT bool
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig12 SWIGEXPORT llvm::Expected<bool>
57 SWIGEXPORT llvm::Expected<bool>
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp118 #ifndef SWIGEXPORT
121 # define SWIGEXPORT macro
123 # define SWIGEXPORT __declspec(dllexport) macro
127 # define SWIGEXPORT __attribute__ ((visibility("default"))) macro
129 # define SWIGEXPORT macro
70413 SWIGEXPORT llvm::Expected<bool>
70458 SWIGEXPORT llvm::Expected<bool>
72723 SWIGEXPORT int SWIG_init(lua_State* L) /* default Lua action */ in SWIG_init()