HomeSort by: relevance | last modified time | path
    Searched refs:TryParentState (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 85 int TryParentState; ///< Outer try region enclosing this entry's try region,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 1085 State = FuncInfo.ClrEHUnwindMap[State].TryParentState;
1095 Right = FuncInfo.ClrEHUnwindMap[Right].TryParentState;
1100 Left = FuncInfo.ClrEHUnwindMap[Left].TryParentState;
1105 Left = FuncInfo.ClrEHUnwindMap[Left].TryParentState;
1106 Right = FuncInfo.ClrEHUnwindMap[Right].TryParentState;
1213 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState;
1227 FuncInfo.ClrEHUnwindMap[EnteredState].TryParentState) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp 488 int TryParentState, ClrHandlerType HandlerType,
492 Entry.TryParentState = TryParentState;
511 // 2) Each state has a "TryParentState", which:
525 // handler attributes. Record the TryParentState as well for each catchpad
545 // HandlerParentState for all pads. Record TryParentState only for catchpads
572 // the last need to set the following one as its TryParentState.
601 // Step two: record the TryParentState of each state. For cleanuppads that
609 // For most pads, the TryParentState is the state associated with the
613 // If a catch is not the last in its catchswitch, its TryParentState i
    [all...]

Completed in 55 milliseconds