Home | History | Annotate | Download | only in llvm-bcanalyzer

Lines Matching refs:format_hex

727              << " Magic=" << format_hex(Magic, 10)
728 << " Version=" << format_hex(Version, 10)
729 << " Offset=" << format_hex(Offset, 10)
730 << " Size=" << format_hex(Size, 10)
731 << " CPUType=" << format_hex(CPUType, 10) << "/>\n";