Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp250 struct ScopedXarFile { struct
251 xar_t xar;
252 ScopedXarFile(const char *filename, int32_t flags) in ScopedXarFile() argument
254 ~ScopedXarFile() { in ~ScopedXarFile()
260 operator xar_t() { return xar; } in operator xar_t()