Home
last modified time | relevance | path

Searched refs:FunctionFaultInfos (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFaultMaps.h62 using FunctionFaultInfos = std::vector<FaultInfo>; variable
72 std::map<const MCSymbol *, FunctionFaultInfos, MCSymbolComparator>
76 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DFaultMaps.cpp82 const FunctionFaultInfos &FFI) { in emitFunctionInfo()