| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | WinException.h | 24 struct WinEHFuncInfo; 56 void emitSEHActionsForRange(const WinEHFuncInfo &FuncInfo, 72 const MachineFunction *MF, const WinEHFuncInfo &FuncInfo, 77 void emitEHRegistrationOffsetLabel(const WinEHFuncInfo &FuncInfo, 92 int getFrameIndexOffset(int FrameIndex, const WinEHFuncInfo &FuncInfo);
|
| D | WinException.cpp | 103 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in beginFunction() 345 const WinEHFuncInfo &FuncInfo) { in getFrameIndexOffset() 397 InvokeStateChangeIterator(const WinEHFuncInfo &EHInfo, in InvokeStateChangeIterator() 411 range(const WinEHFuncInfo &EHInfo, MachineFunction::const_iterator Begin, in range() 449 const WinEHFuncInfo &EHInfo; 562 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in emitCSpecificHandlerTable() 625 void WinException::emitSEHActionsForRange(const WinEHFuncInfo &FuncInfo, in emitSEHActionsForRange() 671 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in emitCXXFrameHandler3Table() 901 const MachineFunction *MF, const WinEHFuncInfo &FuncInfo, in computeIP2StateTable() 961 void WinException::emitEHRegistrationOffsetLabel(const WinEHFuncInfo &FuncInfo, in emitEHRegistrationOffsetLabel() [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | WinEHFuncInfo.h | 90 struct WinEHFuncInfo { struct 112 WinEHFuncInfo(); argument 119 WinEHFuncInfo &FuncInfo); 122 WinEHFuncInfo &FuncInfo); 124 void calculateClrEHStateNumbers(const Function *Fn, WinEHFuncInfo &FuncInfo);
|
| D | MachineFunction.h | 75 struct WinEHFuncInfo; 291 WinEHFuncInfo *WinEHInfo = nullptr; 716 const WinEHFuncInfo *getWinEHFuncInfo() const { return WinEHInfo; } 717 WinEHFuncInfo *getWinEHFuncInfo() { return WinEHInfo; }
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | WinEHPrepare.cpp | 132 static int addUnwindMapEntry(WinEHFuncInfo &FuncInfo, int ToState, in addUnwindMapEntry() 141 static void addTryBlockMapEntry(WinEHFuncInfo &FuncInfo, int TryLow, in addTryBlockMapEntry() 176 WinEHFuncInfo &FuncInfo) { in calculateStateNumbersForInvokes() 241 static void calculateCXXStateNumbers(WinEHFuncInfo &FuncInfo, in calculateCXXStateNumbers() 336 static int addSEHExcept(WinEHFuncInfo &FuncInfo, int ParentState, in addSEHExcept() 347 static int addSEHFinally(WinEHFuncInfo &FuncInfo, int ParentState, in addSEHFinally() 361 static void calculateSEHStateNumbers(WinEHFuncInfo &FuncInfo, in calculateSEHStateNumbers() 452 WinEHFuncInfo &FuncInfo) { in calculateSEHStateNumbers() 470 WinEHFuncInfo &FuncInfo) { in calculateWinCXXEHStateNumbers() 487 static int addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState, in addClrEHHandler() [all …]
|
| D | MachineFunction.cpp | 221 WinEHInfo = new (Allocator) WinEHFuncInfo(); in init() 282 WinEHInfo->~WinEHFuncInfo(); in clear()
|
| D | StackColoring.cpp | 1136 if (WinEHFuncInfo *EHInfo = MF->getWinEHFuncInfo()) in remapInstructions()
|
| D | PrologEpilogInserter.cpp | 992 if (const WinEHFuncInfo *FuncInfo = MF.getWinEHFuncInfo()) in calculateFrameObjectOffsets()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86WinEHState.cpp | 63 void addStateStores(Function &F, WinEHFuncInfo &FuncInfo); 74 WinEHFuncInfo &FuncInfo, BasicBlock *BB); 76 WinEHFuncInfo &FuncInfo, CallBase &Call); 189 WinEHFuncInfo FuncInfo; in runOnFunction() 508 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getBaseStateForBB() 527 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getStateForCall() 626 void WinEHStatePass::addStateStores(Function &F, WinEHFuncInfo &FuncInfo) { in addStateStores()
|
| D | X86FrameLowering.cpp | 2192 const WinEHFuncInfo &Info = *MF.getWinEHFuncInfo(); in getPSPSlotOffsetFromSP() 3663 WinEHFuncInfo &FuncInfo = *MF.getWinEHFuncInfo(); in restoreWin32EHStackPointers() 3906 WinEHFuncInfo &EHInfo = *MF.getWinEHFuncInfo(); in adjustFrameForMsvcCxxEh()
|
| D | X86ISelLowering.cpp | 4307 if (WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo()) { in LowerFormalArguments() 28162 WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo(); in MarkEHRegistrationNode() 28180 WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo(); in MarkEHGuard()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | FunctionLoweringInfo.cpp | 103 WinEHFuncInfo &EHInfo = *MF->getWinEHFuncInfo(); in set() 302 WinEHFuncInfo &EHInfo = *MF->getWinEHFuncInfo(); in set()
|
| D | SelectionDAGBuilder.cpp | 7846 WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo(); in lowerEndEH()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64FrameLowering.cpp | 3341 WinEHFuncInfo &EHInfo = *MF.getWinEHFuncInfo(); in processFunctionBeforeFrameFinalized()
|
| /openbsd/src/distrib/sets/lists/comp/ |
| D | clang.macppc | 1480 ./usr/include/llvm/CodeGen/WinEHFuncInfo.h
|
| D | clang.powerpc64 | 1479 ./usr/include/llvm/CodeGen/WinEHFuncInfo.h
|
| D | clang.i386 | 1479 ./usr/include/llvm/CodeGen/WinEHFuncInfo.h
|
| D | clang.amd64 | 1481 ./usr/include/llvm/CodeGen/WinEHFuncInfo.h
|
| D | clang.riscv64 | 1479 ./usr/include/llvm/CodeGen/WinEHFuncInfo.h
|
| D | clang.octeon | 1480 ./usr/include/llvm/CodeGen/WinEHFuncInfo.h
|
| D | clang.armv7 | 1479 ./usr/include/llvm/CodeGen/WinEHFuncInfo.h
|
| D | clang.arm64 | 1481 ./usr/include/llvm/CodeGen/WinEHFuncInfo.h
|
| D | clang.loongson | 1480 ./usr/include/llvm/CodeGen/WinEHFuncInfo.h
|
| D | clang.sparc64 | 1480 ./usr/include/llvm/CodeGen/WinEHFuncInfo.h
|
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | clang-formatted-files.txt | 5097 llvm/include/llvm/CodeGen/WinEHFuncInfo.h
|