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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackColoring.h62 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } function in struct:llvm::safestack::StackColoring::LiveRange
135 R.AddRange(0, NumInst);
H A DSafeStackColoring.cpp241 LiveRanges[AllocaNo].AddRange(Start[AllocaNo], InstNo);
250 LiveRanges[AllocaNo].AddRange(Start[AllocaNo], BBEnd);
295 R.AddRange(0, 1);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h41 void AddRange(const AddressRange &new_range);
/freebsd-12-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
130 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange(
149 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange(
173 AddRange(m_addr_context.line_entry.range);
H A DThreadPlanStepOut.cpp495 step_through_inline_plan_ptr->AddRange(inline_range);
/freebsd-12-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-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h74 void AddRange(const Range &range);
/freebsd-12-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-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp415 block->AddRange(Block::Range(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1142 block->AddRange(Block::Range(range_base - subprogram_low_pc,

Completed in 147 milliseconds