Searched refs:LLDB_TEST_API (Results 1 – 8 of 8) sorted by relevance
1 LLDB_TEST_API inline int foo1() { return 1; } // !BR1 in foo1()3 LLDB_TEST_API inline int foo2() { return 2; } // !BR2 in foo2()5 LLDB_TEST_API extern int call_foo1();6 LLDB_TEST_API extern int call_foo2();
4 struct LLDB_TEST_API Foo {9 extern LLDB_TEST_API Foo FooObj;
9 LLDB_TEST_API struct foo *GetMeAFoo();10 LLDB_TEST_API struct sub_foo *GetMeASubFoo(struct foo *in_foo);
13 #define LLDB_TEST_API LLDB_DYLIB_EXPORT macro15 #define LLDB_TEST_API LLDB_DYLIB_IMPORT macro
1 LLDB_TEST_API extern void foo();
3 LLDB_TEST_API void two();
3 LLDB_TEST_API void one();
5 LLDB_TEST_API extern int call_foo1();