Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepRange.cpp46 AddRange(range); in ThreadPlanStepRange()
80 void ThreadPlanStepRange::AddRange(const AddressRange &new_range) { in AddRange() function in ThreadPlanStepRange
132 AddRange( in InRange()
148 AddRange( in InRange()
171 AddRange(m_addr_context.line_entry.range); in InRange()
H A DThreadPlanStepOut.cpp470 step_through_inline_plan_ptr->AddRange(inline_range); in QueueInlinedStepPlan()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStackColoring.h63 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() function
136 R.AddRange(0, NumInst); in getFullLiveRange()
H A DSafeStackColoring.cpp242 LiveRanges[AllocaNo].AddRange(Start[AllocaNo], InstNo); in calculateLiveIntervals()
251 LiveRanges[AllocaNo].AddRange(Start[AllocaNo], BBEnd); in calculateLiveIntervals()
296 R.AddRange(0, 1); in run()
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_diag.h198 Diag &AddRange(Range A) { in AddRange() function
220 Diag &operator<<(const Range &R) { return AddRange(R); }
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h42 void AddRange(const AddressRange &new_range);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h100 void AddRange(const Range &range);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp309 void Block::AddRange(const Range &range) { in AddRange() function in Block
342 parent_block->AddRange(range); in AddRange()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp417 block->AddRange(Block::Range( in ParseFunctionBlocksForPDBSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1224 block->AddRange(Block::Range(range_base - subprogram_low_pc, in ParseBlocksRecursive()