Home
last modified time | relevance | path

Searched defs:LandingPad (Results 1 – 24 of 24) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp287 (MachineBasicBlock *LandingPad) { in getOrCreateLandingPadInfo()
301 void MachineModuleInfo::addInvoke(MachineBasicBlock *LandingPad, in addInvoke()
310 MCSymbol *MachineModuleInfo::addLandingPad(MachineBasicBlock *LandingPad) { in addLandingPad()
327 addCatchTypeInfo(MachineBasicBlock *LandingPad, in addCatchTypeInfo()
337 addFilterTypeInfo(MachineBasicBlock *LandingPad, in addFilterTypeInfo()
348 void MachineModuleInfo::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup()
353 void MachineModuleInfo::addSEHCatchHandler(MachineBasicBlock *LandingPad, in addSEHCatchHandler()
363 void MachineModuleInfo::addSEHCleanupHandler(MachineBasicBlock *LandingPad, in addSEHCleanupHandler()
376 LandingPadInfo &LandingPad = LandingPads[i]; in TidyLandingPads() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp379 (MachineBasicBlock *LandingPad) { in getOrCreateLandingPadInfo()
393 void MachineModuleInfo::addInvoke(MachineBasicBlock *LandingPad, in addInvoke()
402 MCSymbol *MachineModuleInfo::addLandingPad(MachineBasicBlock *LandingPad) { in addLandingPad()
411 void MachineModuleInfo::addPersonality(MachineBasicBlock *LandingPad, in addPersonality()
431 addCatchTypeInfo(MachineBasicBlock *LandingPad, in addCatchTypeInfo()
441 addFilterTypeInfo(MachineBasicBlock *LandingPad, in addFilterTypeInfo()
452 void MachineModuleInfo::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup()
461 LandingPadInfo &LandingPad = LandingPads[i]; in TidyLandingPads() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp658 MachineFunction::getOrCreateLandingPadInfo(MachineBasicBlock *LandingPad) { in getOrCreateLandingPadInfo()
670 void MachineFunction::addInvoke(MachineBasicBlock *LandingPad, in addInvoke()
677 MCSymbol *MachineFunction::addLandingPad(MachineBasicBlock *LandingPad) { in addLandingPad()
684 void MachineFunction::addCatchTypeInfo(MachineBasicBlock *LandingPad, in addCatchTypeInfo()
691 void MachineFunction::addFilterTypeInfo(MachineBasicBlock *LandingPad, in addFilterTypeInfo()
702 LandingPadInfo &LandingPad = LandingPads[i]; in tidyLandingPads() local
744 void MachineFunction::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup()
749 void MachineFunction::addSEHCatchHandler(MachineBasicBlock *LandingPad, in addSEHCatchHandler()
759 void MachineFunction::addSEHCleanupHandler(MachineBasicBlock *LandingPad, in addSEHCleanupHandler()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp207 const LandingPadInfo *LandingPad = LandingPads[i]; in computePadMap() local
263 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex]; in computeCallSiteTable() local
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp198 const LandingPadInfo *LandingPad = LandingPads[i]; in computePadMap() local
254 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex]; in computeCallSiteTable() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp263 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex]; in ComputeCallSiteTable() local
373 const LandingPadInfo *LandingPad = LandingPads[i]; in EmitExceptionTable() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp300 const LandingPadInfo *LandingPad = LandingPads[i]; in EmitExceptionTable() local
332 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex]; in EmitExceptionTable() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DStatepoint.h441 LandingPadInst *LandingPad = in getRelocates() local
/external/llvm/include/llvm/IR/
DStatepoint.h417 LandingPadInst *LandingPad = in getRelocates() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp696 LandingPadInst *LandingPad = nullptr; in rewritePHIs() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml203 | LandingPad Constructor
Dllvm.mli253 | LandingPad Constructor
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml215 | LandingPad Constructor
Dllvm.mli273 | LandingPad Constructor
/external/llvm/lib/IR/
DCore.cpp2511 unsigned LLVMGetNumClauses(LLVMValueRef LandingPad) { in LLVMGetNumClauses()
2515 LLVMValueRef LLVMGetClause(LLVMValueRef LandingPad, unsigned Idx) { in LLVMGetClause()
2519 void LLVMAddClause(LLVMValueRef LandingPad, LLVMValueRef ClauseVal) { in LLVMAddClause()
2524 LLVMBool LLVMIsCleanup(LLVMValueRef LandingPad) { in LLVMIsCleanup()
2528 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) { in LLVMSetCleanup()
DVerifier.cpp3955 if (LandingPadInst *LandingPad = in visitIntrinsicCallSite() local
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml240 | LandingPad Constructor
Dllvm.mli262 | LandingPad Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2784 unsigned LLVMGetNumClauses(LLVMValueRef LandingPad) { in LLVMGetNumClauses()
2788 LLVMValueRef LLVMGetClause(LLVMValueRef LandingPad, unsigned Idx) { in LLVMGetClause()
2792 void LLVMAddClause(LLVMValueRef LandingPad, LLVMValueRef ClauseVal) { in LLVMAddClause()
2797 LLVMBool LLVMIsCleanup(LLVMValueRef LandingPad) { in LLVMIsCleanup()
2801 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) { in LLVMSetCleanup()
DVerifier.cpp4282 if (LandingPadInst *LandingPad = in visitIntrinsicCallSite() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1814 void LLVMAddClause(LLVMValueRef LandingPad, LLVMValueRef ClauseVal) { in LLVMAddClause()
1819 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) { in LLVMSetCleanup()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1801 MachineBasicBlock *LandingPad = FuncInfo.MBBMap[I.getSuccessor(1)]; in visitInvoke() local
5129 MachineBasicBlock *LandingPad) { in LowerCallTo()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3398 auto *LandingPad = dyn_cast<LandingPadInst>(IncomingBB->getFirstNonPHI()); in SimplifyCommonResume() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3791 auto *LandingPad = dyn_cast<LandingPadInst>(IncomingBB->getFirstNonPHI()); in SimplifyCommonResume() local