Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.h60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() function
/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp77 void ThreadPlanStepRange::AddRange(const AddressRange &new_range) { in AddRange() function in ThreadPlanStepRange
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h177 Diag &AddRange(Range A) { in AddRange() function
/llvm-project/lldb/source/Symbol/
H A DBlock.cpp351 void Block::AddRange(const Range &range) { AddRange() function in Block