Home
last modified time | relevance | path

Searched refs:b_function (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A Da.cpp1 extern LLDB_DYLIB_IMPORT int b_function();
13 return b_function (); in a_function()
H A Db.cpp8 int LLDB_DYLIB_EXPORT b_function() { return 500; } in b_function() function
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/
H A Db.cpp1 extern "C" int LLDB_DYLIB_EXPORT b_function() { in b_function() function
/llvm-project-15.0.7/lldb/test/API/functionalities/load_after_attach/
H A Db.cpp1 int LLDB_DYLIB_EXPORT b_function() { return 500; } in b_function() function
/llvm-project-15.0.7/lldb/test/API/python_api/module_section/
H A Db.cpp1 int b_function(int input) { in b_function() function
/llvm-project-15.0.7/lldb/test/API/commands/target/create-deps/
H A Dmain.cpp2 extern int b_function ();