Home
last modified time | relevance | path

Searched defs:AddRange (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStackColoring.h63 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepRange.cpp80 void ThreadPlanStepRange::AddRange(const AddressRange &new_range) { in AddRange() function in ThreadPlanStepRange
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_diag.h198 Diag &AddRange(Range A) { in AddRange() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp309 void Block::AddRange(const Range &range) { in AddRange() function in Block