Searched refs:FMP (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DFaultMaps.cpp137 raw_ostream &llvm::operator<<(raw_ostream &OS, const FaultMapParser &FMP) { argument
138 OS << "Version: " << format_hex(FMP.getFaultMapVersion(), 2) << "\n";
139 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n";
141 if (FMP.getNumFunctions() == 0)
146 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) {
147 FI = (i == 0) ? FMP.getFirstFunctionInfo() : FI.getNextFunctionInfo();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2602 FaultMapParser FMP(FaultMapContents.bytes_begin(),
2605 outs() << FMP;

Completed in 94 milliseconds