Home
last modified time | relevance | path

Searched refs:getWinEHParent (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h219 const Function *getWinEHParent(const Function *F) const;
222 return FuncInfoMap.count(getWinEHParent(F)) > 0; in hasWinEHFuncInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DWin64Exception.cpp76 const Function *ParentF = MMI->getWinEHParent(F); in beginFunction()
279 const Function *ParentF = MMI->getWinEHParent(F); in emitCXXFrameHandler3Table()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp602 const Function *MachineModuleInfo::getWinEHParent(const Function *F) const { in getWinEHParent() function in MachineModuleInfo
611 auto &Ptr = FuncInfoMap[getWinEHParent(F)]; in getWinEHFuncInfo()
DPrologEpilogInserter.cpp758 const Function *ParentF = MMI.getWinEHParent(F); in replaceFrameIndices()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp279 const Function *WinEHParentFn = MMI.getWinEHParent(&fn); in set()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2430 WinEHParent = MMI.getWinEHParent(Fn); in LowerFormalArguments()