Home
last modified time | relevance | path

Searched refs:emptyRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Option/
H A DArgList.cpp40 OptRanges.insert(std::make_pair(O.getID(), emptyRange())).first->second; in append()
59 OptRange R = emptyRange(); in getRange()
/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DArgList.h135 static OptRange emptyRange() { return {-1u, 0u}; } in emptyRange() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp170 template <typename R> bool emptyRange(const R &Range) { in emptyRange() function