Searched refs:ClassFormat (Results 1 – 6 of 6) sorted by relevance
228 FT_UInt ClassFormat; in otv_ClassDef_validate() local234 ClassFormat = FT_NEXT_USHORT( p ); in otv_ClassDef_validate()236 OTV_TRACE(( " (format %d)\n", ClassFormat )); in otv_ClassDef_validate()238 switch ( ClassFormat ) in otv_ClassDef_validate()
30 assert(opts::pretty::ClassFormat != in start()
37 opts::pretty::ClassFormat == opts::pretty::ClassDefinitionFormat::All) { in start()
351 if (opts::pretty::ClassFormat == opts::pretty::ClassDefinitionFormat::None) { in dumpClassLayout()
104 extern llvm::cl::opt<ClassDefinitionFormat> ClassFormat;
281 cl::opt<ClassDefinitionFormat> ClassFormat( variable