reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
63 bool hasLandingPads = !MF->getLandingPads().empty(); 64 bool hasEHFunclets = MF->hasEHFunclets(); 66 const Function &F = MF->getFunction(); 68 shouldEmitMoves = Asm->needsSEHMoves() && MF->hasWinCFI(); 99 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); 101 GlobalValue::dropLLVMManglingEscape(MF->getFunction().getName()); 109 beginFunclet(MF->front(), Asm->CurrentFnSym);