Searched refs:GetBooleanValue (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBStructuredData.i50 bool GetBooleanValue(bool fail_value = false) const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h132 bool GetBooleanValue(bool fail_value = false) const { function in class:lldb_private::StructuredDataImpl
133 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp191 bool SBStructuredData::GetBooleanValue(bool fail_value) const { function in class:SBStructuredData
192 LLDB_RECORD_METHOD_CONST(bool, SBStructuredData, GetBooleanValue, (bool),
195 return (m_impl_up ? m_impl_up->GetBooleanValue(fail_value) : fail_value);
241 LLDB_REGISTER_METHOD_CONST(bool, SBStructuredData, GetBooleanValue, (bool));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h71 bool GetBooleanValue(bool fail_value = false) const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h249 bool GetBooleanValue(bool fail_value = false) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp760 suppress = object_sp->GetBooleanValue();
765 stop = object_sp->GetBooleanValue();
770 notify = object_sp->GetBooleanValue();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp947 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue();
949 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue();
955 ->GetBooleanValue()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp273 bool OptionValue::GetBooleanValue(bool fail_value) const { function in class:OptionValue
H A DOptionValueProperties.cpp326 return value->GetBooleanValue(fail_value);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h125 bool GetBooleanValue(bool fail_value = false) { function in class:lldb_private::StructuredData::Object
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2070 bool associated = object->GetBooleanValue();

Completed in 82 milliseconds