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

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DAtom.h81 class OwningAtomPtr { class in namespace:lld
88 OwningAtomPtr(T *atom) : atom(atom) { } function in class:lld::OwningAtomPtr
99 OwningAtomPtr(OwningAtomPt function in class:lld::OwningAtomPtr
[all...]

Completed in 93 milliseconds