Searched refs:FindFirstGlobalVariable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModule.h | 198 lldb::SBValue FindFirstGlobalVariable(lldb::SBTarget &target,
|
| H A D | SBTarget.h | 436 lldb::SBValue FindFirstGlobalVariable(const char *name);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModule.i | 321 An SBValue that gets filled in with the found variable (if any).") FindFirstGlobalVariable; 323 FindFirstGlobalVariable (lldb::SBTarget &target, const char *name);
|
| H A D | SBTarget.i | 484 An SBValue that gets filled in with the found variable (if any).") FindFirstGlobalVariable; 486 FindFirstGlobalVariable (const char* name);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 433 lldb::SBValue SBModule::FindFirstGlobalVariable(lldb::SBTarget &target, in FindFirstGlobalVariable() function in SBModule 435 LLDB_RECORD_METHOD(lldb::SBValue, SBModule, FindFirstGlobalVariable, in FindFirstGlobalVariable() 750 LLDB_REGISTER_METHOD(lldb::SBValue, SBModule, FindFirstGlobalVariable, in RegisterMethods()
|
| H A D | SBTarget.cpp | 2048 lldb::SBValue SBTarget::FindFirstGlobalVariable(const char *name) { in FindFirstGlobalVariable() function in SBTarget 2049 LLDB_RECORD_METHOD(lldb::SBValue, SBTarget, FindFirstGlobalVariable, in FindFirstGlobalVariable() 2706 LLDB_REGISTER_METHOD(lldb::SBValue, SBTarget, FindFirstGlobalVariable, in RegisterMethods()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 35373 result = (arg1)->FindFirstGlobalVariable(*arg2,(char const *)arg3); in _wrap_SBModule_FindFirstGlobalVariable() 48754 result = (arg1)->FindFirstGlobalVariable((char const *)arg2); in _wrap_SBTarget_FindFirstGlobalVariable()
|