Home
last modified time | relevance | path

Searched refs:CreateBoolValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h149 lldb::SBValue CreateBoolValue(const char *name, bool value);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp650 lldb::SBValue SBValue::CreateBoolValue(const char *name, bool value) { in CreateBoolValue() function in SBValue
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78640 result = (arg1)->CreateBoolValue((char const *)arg2,arg3); in _wrap_SBValue_CreateBoolValue()