Searched refs:IsValid (Results 151 - 175 of 457) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h32 bool IsValid() const;
H A DSBInstruction.h36 bool IsValid();
H A DSBStructuredData.h33 bool IsValid() const;
H A DSBCommandInterpreter.h92 bool IsValid() const;
267 bool IsValid();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h54 bool IsValid() const { return (bool)m_value_sp; } function in class:lldb_private::Property
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUUID.cpp81 if (!module_uuid.IsValid())
H A DOptionValueArch.cpp28 if (m_current_value.IsValid()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h84 bool IsValid() const;
H A DDeclaration.h153 bool IsValid() const { return m_file && m_line != 0; } function in class:lldb_private::Declaration
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h103 /// IsValid
107 bool IsValid() const override;
354 operator bool() const { return IsValid(); };
356 bool operator!() const { return !IsValid(); };
389 bool IsValid() const override {
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp59 bool IsValid() const { return (bool)m_inst_sp; } function in class:InstructionImpl
94 bool SBInstruction::IsValid() { function in class:SBInstruction
95 LLDB_RECORD_METHOD_NO_ARGS(bool, SBInstruction, IsValid);
101 return m_opaque_sp && m_opaque_sp->IsValid();
109 if (inst_sp && inst_sp->GetAddress().IsValid())
273 if (!out_sp || !out_sp->IsValid())
355 LLDB_REGISTER_METHOD(bool, SBInstruction, IsValid, ());
H A DSBBreakpointName.cpp63 bool IsValid() const { function in class:lldb::SBBreakpointNameImpl
80 if (!sb_target.IsValid())
99 if (!IsValid())
129 if (!sb_bkpt.IsValid()) {
193 bool SBBreakpointName::IsValid() const { function in class:SBBreakpointName
194 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointName, IsValid);
202 return m_impl_up->IsValid();
227 if (!IsValid())
691 if (!IsValid())
716 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointName, IsValid, ());
[all...]
H A DSBBlock.cpp49 bool SBBlock::IsValid() const { function in class:SBBlock
50 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBlock, IsValid);
126 if (IsValid()) {
239 if (m_opaque_ptr && block_addr.IsValid()) {
364 LLDB_REGISTER_METHOD_CONST(bool, SBBlock, IsValid, ());
H A DSBWatchpoint.cpp63 bool SBWatchpoint::IsValid() const { function in class:SBWatchpoint
64 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBWatchpoint, IsValid);
289 if (event.IsValid())
301 if (event.IsValid())
318 LLDB_REGISTER_METHOD_CONST(bool, SBWatchpoint, IsValid, ());
H A DSBThreadPlan.cpp103 bool SBThreadPlan::IsValid() const { function in class:SBThreadPlan
104 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBThreadPlan, IsValid);
189 bool SBThreadPlan::IsValid() { function in class:SBThreadPlan
190 LLDB_RECORD_METHOD_NO_ARGS(bool, SBThreadPlan, IsValid);
438 LLDB_REGISTER_METHOD_CONST(bool, SBThreadPlan, IsValid, ());
451 LLDB_REGISTER_METHOD(bool, SBThreadPlan, IsValid, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp73 if (!resolver_dict.IsValid()) {
99 if (!success || !subclass_options || !subclass_options->IsValid()) {
153 if (!options_dict_sp || !options_dict_sp->IsValid())
297 if (!line_start.IsValid()) {
316 if (prologue_addr.IsValid() && (line_start == prologue_addr)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp151 if (!m_current_pc.IsValid() || !pc_module_sp) {
180 if (addr_range.GetBaseAddress().IsValid()) {
275 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) {
314 if (GetNextFrame().get() && GetNextFrame()->IsValid() &&
333 if (!m_current_pc.IsValid() || !pc_module_sp) {
346 if (GetNextFrame().get() && GetNextFrame()->IsValid() &&
456 } else if (!addr_range.GetBaseAddress().IsValid() ||
495 if (addr_range.GetBaseAddress().IsValid()) {
639 if (!m_current_pc.IsValid() || !pc_module_sp ||
720 behaves_like_zeroth_frame && m_current_pc.IsValid()) {
1087 bool RegisterContextLLDB::IsValid() const { function in class:RegisterContextLLDB
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp108 module_spec.GetUUID().IsValid()) {
109 if (resolved_module_spec.GetArchitecture().IsValid() ||
110 resolved_module_spec.GetUUID().IsValid()) {
217 return arch.IsValid();
218 } else if (idx == 1 && remote_arch.IsValid() &&
221 return arch.IsValid();
729 if (!object_sp || !object_sp->IsValid())
733 if (!array_sp || !array_sp->IsValid())
740 if (!object || !object->IsValid())
744 if (!dict || !dict->IsValid())
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp394 bool IsValid() const { return m_is_valid; } function in class:InstructionLLVMC
556 if (offset_and_iterator.first.IsValid()) {
568 if (base_and_iterator.first.IsValid()) {
581 if (index_and_iterator.first.IsValid()) {
594 if (index_and_iterator.first.IsValid()) {
615 if (offset_and_iterator.first.IsValid()) {
639 if (offset_and_iterator.first.IsValid()) {
651 if (base_and_iterator.first.IsValid()) {
662 if (offset_and_iterator.first.IsValid()) {
692 if (base_and_iterator.first.IsValid()) {
1345 bool DisassemblerLLVMC::IsValid() const { return m_disasm_up.operator bool(); } function in class:DisassemblerLLVMC
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp143 if (m_stop_exception.IsValid())
196 if (GetStopException().IsValid())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp89 if (m_range.GetBaseAddress().IsValid()) {
112 if (m_range.GetBaseAddress().IsValid()) {
131 if (m_range.GetBaseAddress().IsValid()) {
149 if (m_range.GetBaseAddress().IsValid()) {
167 if (m_range.GetBaseAddress().IsValid()) {
505 if (m_first_non_prologue_insn.IsValid())
540 if (unwind_plan_sp.get() && unwind_plan_sp->GetLSDAAddress().IsValid()) {
557 unwind_plan_sp->GetPersonalityFunctionPtr().IsValid()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp47 if (!create && arch && arch->IsValid()) {
133 return arch.IsValid();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp93 if (!m_block_struct_type.IsValid()) {
155 if (!m_block_struct_type.IsValid())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h52 bool isValid() const { return IsValid; }
125 bool IsValid = false;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h320 return IsValid() && (GetSection().get() != nullptr);
332 bool IsValid() const { return m_offset != LLDB_INVALID_ADDRESS; } function in class:lldb_private::Address

Completed in 171 milliseconds

1234567891011>>