Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DFile.h114 AtomRange(AtomVector<T> &v) : _v(v) {} in AtomRange() function
115 AtomRange(const AtomVector<T> &v) : _v(const_cast<AtomVector<T> &>(v)) {} in AtomRange() function