Home
last modified time | relevance | path

Searched refs:GetBooleanValue (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.cpp53 return obj->GetBooleanValue(); in ExplainsStop()
68 return obj->GetBooleanValue(); in ShouldStop()
82 return obj->GetBooleanValue(); in IsStale()
H A DScriptedProcessPythonInterface.cpp120 return obj->GetBooleanValue(); in CreateBreakpoint()
184 return obj->GetBooleanValue(); in IsAlive()
H A DScriptedStopHookPythonInterface.cpp57 return obj->GetBooleanValue(); in HandleStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h135 bool GetBooleanValue(bool fail_value = false) const {
136 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp218 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData
221 return m_impl_up->GetBooleanValue(fail_value); in GetBooleanValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h90 bool GetBooleanValue(bool fail_value = false) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h272 return GetBooleanValue(); in GetValueAs()
353 std::optional<bool> GetBooleanValue() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp744 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
749 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
754 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp952 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
954 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
961 ->GetBooleanValue()) { in GenerateThreadName()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp271 std::optional<bool> OptionValue::GetBooleanValue() const { in GetBooleanValue() function in OptionValue
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h147 bool GetBooleanValue(bool fail_value = false) {
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2133 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53316 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(arg2); in _wrap_SBStructuredData_GetBooleanValue__SWIG_0()
53340 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(); in _wrap_SBStructuredData_GetBooleanValue__SWIG_1()