Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h145 bool GetBooleanValue(bool fail_value = false) const {
146 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp115 return obj->GetBooleanValue(); in ReadMemoryAtAddress()
179 return obj->GetBooleanValue(); in GetScriptedThreadPluginName()
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp213 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData
216 return m_impl_up->GetBooleanValue(fail_value); in GetBooleanValue()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h89 bool GetBooleanValue(bool fail_value = false) const;
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h279 return GetBooleanValue(); in GetValueAs()
356 std::optional<bool> GetBooleanValue() const;
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp750 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
755 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
760 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp954 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
956 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
963 ->GetBooleanValue()) { in GenerateThreadName()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp273 std::optional<bool> OptionValue::GetBooleanValue() const { in GetBooleanValue() function in OptionValue
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h147 bool GetBooleanValue(bool fail_value = false) {
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2050 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]