Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h200 lldb::SBValue FindFirstGlobalVariable(lldb::SBTarget &target,
H A DSBTarget.h443 lldb::SBValue FindFirstGlobalVariable(const char *name);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i331 An SBValue that gets filled in with the found variable (if any).") FindFirstGlobalVariable;
333 FindFirstGlobalVariable (lldb::SBTarget &target, const char *name);
H A DSBTarget.i490 An SBValue that gets filled in with the found variable (if any).") FindFirstGlobalVariable;
492 FindFirstGlobalVariable (const char* name);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModule.cpp426 lldb::SBValue SBModule::FindFirstGlobalVariable(lldb::SBTarget &target, in FindFirstGlobalVariable() function in SBModule
H A DSBTarget.cpp1915 lldb::SBValue SBTarget::FindFirstGlobalVariable(const char *name) { in FindFirstGlobalVariable() function in SBTarget