Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepRange.cpp44 AddRange(range); in ThreadPlanStepRange()
77 void ThreadPlanStepRange::AddRange(const AddressRange &new_range) { in AddRange() function in ThreadPlanStepRange
129 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange( in InRange()
148 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange( in InRange()
172 AddRange(m_addr_context.line_entry.range); in InRange()
H A DThreadPlanStepOut.cpp490 step_through_inline_plan_ptr->AddRange(inline_range); in QueueInlinedStepPlan()
/openbsd-src/gnu/llvm/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); }
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h41 void AddRange(const AddressRange &new_range);
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DBlock.h74 void AddRange(const Range &range);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp335 void Block::AddRange(const Range &range) { in AddRange() function in Block
370 parent_block->AddRange(range); in AddRange()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp301 block.AddRange(Block::Range(0, func.GetAddressRange().GetByteSize())); in ParseBlocksRecursive()
329 block_sp->AddRange( in ParseBlocksRecursive()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp402 block.AddRange(Block::Range(0, func->GetAddressRange().GetByteSize())); in CreateBlock()
424 child_block->AddRange(Block::Range(block_base - func_base, block.CodeSize)); in CreateBlock()
451 child_block->AddRange( in CreateBlock()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp425 block->AddRange(Block::Range( in ParseFunctionBlocksForPDBSymbol()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1313 block->AddRange(Block::Range(range_base - subprogram_low_pc, in ParseBlocksRecursive()