Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFaultMaps.h57 using FunctionFaultInfos = std::vector<FaultInfo>; variable
67 std::map<const MCSymbol *, FunctionFaultInfos, MCSymbolComparator>
71 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFaultMaps.cpp77 const FunctionFaultInfos &FFI) { in emitFunctionInfo()