Home
last modified time | relevance | path

Searched refs:LLDB_TEST_API (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/pre_run_dylibs/
H A Dfoo.h1 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();
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/global_constructor/
H A Dfoo.h4 struct LLDB_TEST_API Foo {
9 extern LLDB_TEST_API Foo FooObj;
/llvm-project-15.0.7/lldb/test/API/lang/c/shared_lib/
H A Dfoo.h9 LLDB_TEST_API struct foo *GetMeAFoo();
10 LLDB_TEST_API struct sub_foo *GetMeASubFoo(struct foo *in_foo);
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/make/
H A Dtest_common.h13 #define LLDB_TEST_API LLDB_DYLIB_EXPORT macro
15 #define LLDB_TEST_API LLDB_DYLIB_IMPORT macro
/llvm-project-15.0.7/lldb/test/API/lang/cpp/step-through-trampoline/
H A Dfoo.h1 LLDB_TEST_API extern void foo();
/llvm-project-15.0.7/lldb/test/API/lang/c/conflicting-symbol/Two/
H A DTwo.h3 LLDB_TEST_API void two();
/llvm-project-15.0.7/lldb/test/API/lang/c/conflicting-symbol/One/
H A DOne.h3 LLDB_TEST_API void one();
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/move_nearest/
H A Dfoo.h5 LLDB_TEST_API extern int call_foo1();