Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp221 struct ScopedXarIter { struct
222 xar_iter_t iter;
223 ScopedXarIter() : iter(xar_iter_new()) {} in ScopedXarIter() function
224 ~ScopedXarIter() { in ~ScopedXarIter()
230 operator xar_iter_t() { return iter; } in operator xar_iter_t()