Home
last modified time | relevance | path

Searched refs:CLS_GETINFO (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2876 #define CLS_GETINFO(cls, infomask) ((cls)->info & (infomask)) macro
4741 if (info->verbose && CLS_GETINFO(objc_class, CLS_META)) { in print_objc_class_t()
4776 if (CLS_GETINFO(objc_class, CLS_CLASS)) in print_objc_class_t()
4778 else if (CLS_GETINFO(objc_class, CLS_META)) in print_objc_class_t()
5586 if (CLS_GETINFO(&objc_class, CLS_CLASS)) { in printObjc1_32bit_MetaData()