/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AIXException.cpp | 40 auto *EHInfo = in emitExceptionInfoTable() local
|
H A D | WinException.cpp | 397 InvokeStateChangeIterator(const WinEHFuncInfo &EHInfo, in InvokeStateChangeIterator() argument 411 range(const WinEHFuncInfo &EHInfo, MachineFunction::const_iterator Begin, in range() argument 449 const WinEHFuncInfo &EHInfo; member in __anon45b80e980111::InvokeStateChangeIterator
|
/llvm-project/bolt/lib/Passes/ |
H A D | DataflowAnalysis.cpp | 61 const std::optional<MCPlus::MCLandingPad> EHInfo = MIB->getEHInfo(Inst); in doForAllPreds() local
|
H A D | SplitFunctions.cpp | 954 const std::optional<MCPlus::MCLandingPad> EHInfo = MIB->getEHInfo(Instr); createEHTrampolines() local
|
/llvm-project/bolt/lib/Core/ |
H A D | Exceptions.cpp | 370 struct EHInfo { updateEHRanges() struct 371 LPllvm::bolt::BinaryFunction::updateEHRanges::EHInfo updateEHRanges() argument 372 Actionllvm::bolt::BinaryFunction::updateEHRanges::EHInfo updateEHRanges() argument 400 if (const std::optional<MCPlus::MCLandingPad> EHInfo = updateEHRanges() local
|
H A D | BinaryContext.cpp | 1972 const std::optional<MCPlus::MCLandingPad> EHInfo = printInstruction() local
|
H A D | BinaryFunction.cpp | 1986 const std::optional<MCPlus::MCLandingPad> EHInfo = recomputeLandingPads() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 110 WinEHFuncInfo &EHInfo = *MF->getWinEHFuncInfo(); in set() local 304 WinEHFuncInfo &EHInfo = *MF->getWinEHFuncInfo(); set() local 325 WasmEHFuncInfo &EHInfo = *MF->getWasmEHFuncInfo(); set() local [all...] |
H A D | SelectionDAGISel.cpp | 1447 llvm::WinEHFuncInfo *EHInfo = MF->getWinEHFuncInfo(); reportIPToStateForBlocks() local
|
H A D | SelectionDAGBuilder.cpp | 8647 WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo(); lowerEndEH() local
|
/llvm-project/bolt/unittests/Core/ |
H A D | MCPlusBuilder.cpp | 151 std::optional<MCPlus::MCLandingPad> EHInfo = BC->MIB->getEHInfo(Inst); TEST_P() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGSort.cpp | 222 const auto *EHInfo = MF.getWasmEHFuncInfo(); sortBlocks() local
|
H A D | WebAssemblyMachineFunctionInfo.cpp | 136 if (auto *EHInfo = MF.getWasmEHFuncInfo()) { WebAssemblyFunctionInfo() local
|
H A D | WebAssemblyExceptionInfo.cpp | 124 assert(EHInfo); in recalculate() local
|
H A D | WebAssemblyCFGStackify.cpp | 1293 const auto *EHInfo = MF.getWasmEHFuncInfo(); fixCatchUnwindMismatches() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 710 if (WinEHFuncInfo *EHInfo = MF->getWinEHFuncInfo()) collectMarkers() local 1108 if (WinEHFuncInfo *EHInfo = MF->getWinEHFuncInfo()) remapInstructions() local
|
H A D | WasmEHPrepare.cpp | 380 calculateWasmEHInfo(const Function * F,WasmEHFuncInfo & EHInfo) calculateWasmEHInfo() argument
|
H A D | WinEHPrepare.cpp | 244 WinEHFuncInfo &EHInfo) { in calculateCXXStateForAsynchEH() argument 305 calculateSEHStateForAsynchEH(const BasicBlock * BB,int State,WinEHFuncInfo & EHInfo) calculateSEHStateForAsynchEH() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 1886 if (WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo()) { LowerFormalArguments() local
|
H A D | X86FrameLowering.cpp | 4168 WinEHFuncInfo &EHInfo = *MF.getWinEHFuncInfo(); adjustFrameForMsvcCxxEh() local
|
H A D | X86ISelLowering.cpp | 26739 WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo(); MarkEHRegistrationNode() local 26757 WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo(); MarkEHGuard() local [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 3941 WinEHFuncInfo &EHInfo = *MF.getWinEHFuncInfo(); processFunctionBeforeFrameFinalized() local
|