Home
last modified time | relevance | path

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

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