Searched refs:AddRange (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h41 void AddRange(const AddressRange &new_range);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp43 AddRange(range);
76 void ThreadPlanStepRange::AddRange(const AddressRange &new_range) { function in class:ThreadPlanStepRange
128 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange(
147 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange(
171 AddRange(m_addr_context.line_entry.range);
H A DThreadPlanStepOut.cpp489 step_through_inline_plan_ptr->AddRange(inline_range);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h197 Diag &AddRange(Range A) { function in class:__ubsan::Diag
219 Diag &operator<<(const Range &R) { return AddRange(R); }
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h74 void AddRange(const Range &range);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp324 void Block::AddRange(const Range &range) { function in class:Block
359 parent_block->AddRange(range);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp417 block->AddRange(Block::Range(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1179 block->AddRange(Block::Range(range_base - subprogram_low_pc,

Completed in 198 milliseconds