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

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DFile.h112 template <typename T> class AtomRange { class in class:lld::File
114 AtomRange(AtomVector<T> &v) : _v(v) {} function in class:lld::File::AtomRange
115 AtomRange(const AtomVector<T> &v) : _v(const_cast<AtomVector<T> &>(v)) {} function in class:lld::File::AtomRange
[all...]

Completed in 104 milliseconds