Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp202 struct ScopedXarIter { struct
203 xar_iter_t iter;
204 ScopedXarIter() : iter(xar_iter_new()) {} in ScopedXarIter() argument
205 ~ScopedXarIter() { in ~ScopedXarIter()
211 operator xar_iter_t() { return iter; } in operator xar_iter_t()