Searched refs:ClassFormat (Results 1 – 6 of 6) sorted by relevance
225 FT_UInt ClassFormat; in otv_ClassDef_validate() local231 ClassFormat = FT_NEXT_USHORT( p ); in otv_ClassDef_validate()233 OTV_TRACE(( " (format %d)\n", ClassFormat )); in otv_ClassDef_validate()235 switch ( ClassFormat ) in otv_ClassDef_validate()
31 assert(opts::pretty::ClassFormat != in start()
38 opts::pretty::ClassFormat == opts::pretty::ClassDefinitionFormat::All) { in start()
246 if (opts::pretty::ClassFormat == opts::pretty::ClassDefinitionFormat::None) { in dumpClassLayout()
101 extern llvm::cl::opt<ClassDefinitionFormat> ClassFormat;
232 cl::opt<ClassDefinitionFormat> ClassFormat( variable