Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFaultMaps.h57 typedef std::vector<FaultInfo> FunctionFaultInfos; typedef
67 std::map<const MCSymbol *, FunctionFaultInfos, MCSymbolComparator>
71 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
/external/llvm/lib/CodeGen/
DFaultMaps.cpp79 const FunctionFaultInfos &FFI) { in emitFunctionInfo()