Home
last modified time | relevance | path

Searched refs:WinEHFuncInfo (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h134 struct WinEHFuncInfo { struct
147 WinEHFuncInfo() in WinEHFuncInfo() argument
DMachineModuleInfo.h61 struct WinEHFuncInfo;
181 DenseMap<const Function *, std::unique_ptr<WinEHFuncInfo>> FuncInfoMap;
220 WinEHFuncInfo &getWinEHFuncInfo(const Function *F);
/external/llvm/lib/CodeGen/AsmPrinter/
DWin64Exception.cpp78 WinEHFuncInfo &FuncInfo = MMI->getWinEHFuncInfo(ParentF); in beginFunction()
281 WinEHFuncInfo &FuncInfo = MMI->getWinEHFuncInfo(ParentF); in emitCXXFrameHandler3Table()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp85 WinEHNumbering(WinEHFuncInfo &FuncInfo) : FuncInfo(FuncInfo), NextState(0) {} in WinEHNumbering()
87 WinEHFuncInfo &FuncInfo;
280 WinEHFuncInfo &FI = MMI.getWinEHFuncInfo(WinEHParentFn); in set()
DSelectionDAGISel.cpp1017 WinEHFuncInfo &FI = MF->getMMI().getWinEHFuncInfo(MF->getFunction()); in PrepareEHLandingPad()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp610 WinEHFuncInfo &MachineModuleInfo::getWinEHFuncInfo(const Function *F) { in getWinEHFuncInfo()
613 Ptr.reset(new WinEHFuncInfo); in getWinEHFuncInfo()
DPrologEpilogInserter.cpp761 WinEHFuncInfo &FuncInfo = MMI.getWinEHFuncInfo(Fn.getFunction()); in replaceFrameIndices()
768 WinEHFuncInfo &FuncInfo = MMI.getWinEHFuncInfo(Fn.getFunction()); in replaceFrameIndices()