Home
last modified time | relevance | path

Searched refs:FindFirstGlobalVariable (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h198 lldb::SBValue FindFirstGlobalVariable(lldb::SBTarget &target,
H A DSBTarget.h436 lldb::SBValue FindFirstGlobalVariable(const char *name);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i321 An SBValue that gets filled in with the found variable (if any).") FindFirstGlobalVariable;
323 FindFirstGlobalVariable (lldb::SBTarget &target, const char *name);
H A DSBTarget.i484 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 DSBModule.cpp433 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 DSBTarget.cpp2048 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 DLLDBWrapLua.cpp35373 result = (arg1)->FindFirstGlobalVariable(*arg2,(char const *)arg3); in _wrap_SBModule_FindFirstGlobalVariable()
48754 result = (arg1)->FindFirstGlobalVariable((char const *)arg2); in _wrap_SBTarget_FindFirstGlobalVariable()