Home
last modified time | relevance | path

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

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