Searched refs:OBJC_IMAGE_SUPPORTS_GC (Results 1 - 1 of 1) sorted by path

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2834 #define OBJC_IMAGE_SUPPORTS_GC (1 << 1) macro
5198 if (o.flags & OBJC_IMAGE_SUPPORTS_GC)
5199 outs() << " OBJC_IMAGE_SUPPORTS_GC";
5241 if (o.flags & OBJC_IMAGE_SUPPORTS_GC)
5242 outs() << " OBJC_IMAGE_SUPPORTS_GC";

Completed in 236 milliseconds