Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp191 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData
192 LLDB_RECORD_METHOD_CONST(bool, SBStructuredData, GetBooleanValue, (bool), in GetBooleanValue()
195 return m_impl_up->GetBooleanValue(fail_value); in GetBooleanValue()
240 LLDB_REGISTER_METHOD_CONST(bool, SBStructuredData, GetBooleanValue, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h136 bool GetBooleanValue(bool fail_value = false) const {
137 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBStructuredData.i49 bool GetBooleanValue(bool fail_value = false) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h73 bool GetBooleanValue(bool fail_value = false) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp783 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
788 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
793 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp951 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
953 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
959 ->GetBooleanValue()) { in GenerateThreadName()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h254 bool GetBooleanValue(bool fail_value = false) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp274 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in OptionValue
H A DOptionValueProperties.cpp284 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h125 bool GetBooleanValue(bool fail_value = false) {
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2083 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44766 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(arg2); in _wrap_SBStructuredData_GetBooleanValue__SWIG_0()
44790 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(); in _wrap_SBStructuredData_GetBooleanValue__SWIG_1()