Searched refs:ActionHandler (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 33 class ActionHandler { 35 ActionHandler(BasicBlock *BB, ActionType Type) in ActionHandler() function 58 class CatchHandler : public ActionHandler { 61 : ActionHandler(BB, ActionType::Catch), Selector(Selector), in CatchHandler() 66 static inline bool classof(const ActionHandler *H) { in classof() 99 class CleanupHandler : public ActionHandler { 101 CleanupHandler(BasicBlock *BB) : ActionHandler(BB, ActionType::Cleanup) {} in CleanupHandler() 104 static inline bool classof(const ActionHandler *H) { in classof() 110 SmallVectorImpl<ActionHandler *> &Actions);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 90 SmallVector<ActionHandler *, 4> HandlerStack; 97 void createUnwindMapEntry(int ToState, ActionHandler *AH); 100 void processCallSite(ArrayRef<ActionHandler *> Actions, ImmutableCallSite CS); 290 void WinEHNumbering::createUnwindMapEntry(int ToState, ActionHandler *AH) { in createUnwindMapEntry() 342 void WinEHNumbering::processCallSite(ArrayRef<ActionHandler *> Actions, in processCallSite() 424 SmallVector<ActionHandler *, 4> ActionList; in calculateStateNumbers()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 93 bool outlineHandler(ActionHandler *Action, Function *SrcFn, 287 SmallVectorImpl<ActionHandler *> &actions() { return Actions; } in actions() 288 SmallVectorImpl<ActionHandler *>::iterator begin() { return Actions.begin(); } in begin() 289 SmallVectorImpl<ActionHandler *>::iterator end() { return Actions.end(); } in end() 295 SmallVector<ActionHandler *, 4> Actions; 407 for (ActionHandler *Action : Actions) { in prepareExceptionHandlers() 457 for (ActionHandler *Action : Actions) { in prepareExceptionHandlers() 483 for (ActionHandler *Action : Actions) { in prepareExceptionHandlers() 680 SmallVector<ActionHandler *, 4> ActionList; in completeNestedLandingPad() 819 bool WinEHPrepare::outlineHandler(ActionHandler *Action, Function *SrcFn, in outlineHandler() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jface_3.6.1.M20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |