Searched refs:FMP (Results 1 – 3 of 3) sorted by relevance
51 raw_ostream &llvm::operator<<(raw_ostream &OS, const FaultMapParser &FMP) { in operator <<() argument52 OS << "Version: " << format_hex(FMP.getFaultMapVersion(), 2) << "\n"; in operator <<()53 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<()55 if (FMP.getNumFunctions() == 0) in operator <<()60 for (unsigned I = 0, E = FMP.getNumFunctions(); I != E; ++I) { in operator <<()61 FI = (I == 0) ? FMP.getFirstFunctionInfo() : FI.getNextFunctionInfo(); in operator <<()
2669 FaultMapParser FMP(FaultMapContents.bytes_begin(), in printFaultMaps() local2672 outs() << FMP; in printFaultMaps()
1378 // Section 8.7.3 - FMP (Floating Multiply)