Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStructuredDataImpl.h132 bool GetBooleanValue(bool fail_value = false) const {
133 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp136 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData
137 return (m_impl_up ? m_impl_up->GetBooleanValue(fail_value) : fail_value); in GetBooleanValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStructuredData.h86 bool GetBooleanValue(bool fail_value = false) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp774 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
779 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
784 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp950 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
952 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
958 ->GetBooleanValue()) { in GenerateThreadName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h263 bool GetBooleanValue(bool fail_value = false) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp276 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in OptionValue
H A DOptionValueProperties.cpp328 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h129 bool GetBooleanValue(bool fail_value = false) {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2141 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()