Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp44 AddRange(range); in ThreadPlanStepRange()
77 void ThreadPlanStepRange::AddRange(const AddressRange &new_range) { in AddRange() function in ThreadPlanStepRange
130 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange( in InRange()
149 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange( in InRange()
173 AddRange(m_addr_context.line_entry.range); in InRange()
H A DThreadPlanStepOut.cpp490 step_through_inline_plan_ptr->AddRange(inline_range); in QueueInlinedStepPlan()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h177 Diag &AddRange(Range A) {
199 Diag &operator<<(const Range &R) { return AddRange(R); } in AddRange()
197 Diag &AddRange(Range A) { AddRange() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h41 void AddRange(const AddressRange &new_range);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h74 void AddRange(const Range &range);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp351 void Block::AddRange(const Range &range) { in AddRange() function in Block
386 parent_block->AddRange(range); in AddRange()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp303 block.AddRange(Block::Range(0, func.GetAddressRange().GetByteSize())); in ParseBlocksRecursive()
331 block_sp->AddRange( in ParseBlocksRecursive()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp405 block.AddRange(Block::Range(0, func->GetAddressRange().GetByteSize())); in CreateBlock()
427 child_block->AddRange(Block::Range(block_base - func_base, block.CodeSize)); in CreateBlock()
454 child_block->AddRange( in CreateBlock()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp429 block->AddRange(Block::Range( in ParseFunctionBlocksForPDBSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1396 block->AddRange(Block::Range(range_base - subprogram_low_pc, in ParseBlocksRecursive()