Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp263 struct ScopedXarIter { struct
264 xar_iter_t iter;
265 ScopedXarIter() : iter(xar_iter_new()) {} in ScopedXarIter() argument
266 ~ScopedXarIter() { in ~ScopedXarIter()
272 operator xar_iter_t() { return iter; } in operator xar_iter_t()