Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp189 struct ScopedXarFile { struct
190 xar_t xar;
191 ScopedXarFile(const char *filename, int32_t flags) in ScopedXarFile() function
193 ~ScopedXarFile() { in ~ScopedXarFile()
199 operator xar_t() { return xar; } in operator xar_t()