/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AutoUpgrade.cpp | 475 LPI->addClause(EHSel->getArgOperand(j)); in TransferClausesToLandingPadInst() 478 LPI->addClause(GV->getInitializer()); in TransferClausesToLandingPadInst() 495 LPI->addClause(ConstantArray::get(AType, TyInfo)); in TransferClausesToLandingPadInst() 506 LPI->addClause(EHSel->getArgOperand(j)); in TransferClausesToLandingPadInst() 509 LPI->addClause(GV->getInitializer()); in TransferClausesToLandingPadInst()
|
D | Core.cpp | 1816 addClause(cast<Constant>(unwrap(ClauseVal))); in LLVMAddClause()
|
D | Instructions.cpp | 244 void LandingPadInst::addClause(Value *Val) { in addClause() function in LandingPadInst
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 828 LPadInst->addClause(handler.Type.RTTI); in EmitLandingPad() 836 LPadInst->addClause(getCatchAllValue(*this)); in EmitLandingPad() 853 LPadInst->addClause(FilterArray); in EmitLandingPad() 1304 LPadInst->addClause(getCatchAllValue(*this)); in getTerminateLandingPad()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 515 L->addClause(LPI->getClause(i)); in HandleCallsInBlockInlinedThroughInvoke()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1228 caughtResult->addClause(module.getGlobalVariable( in createCatchWrappedInvokeFunction()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1279 caughtResult->addClause(module.getGlobalVariable( in createCatchWrappedInvokeFunction()
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1280 caughtResult->addClause(module.getGlobalVariable( in createCatchWrappedInvokeFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 533 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 613 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx)); in HandleInlinedLandingPad()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1729 NLI->addClause(NewClauses[i]); in visitLandingPadInst()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instructions.h | 2185 void addClause(Value *ClauseVal);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2698 NLI->addClause(NewClauses[i]); in visitLandingPadInst()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2578 LP->addClause(Val); in ParseFunctionBody()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2874 NLI->addClause(NewClauses[i]); in visitLandingPadInst()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2521 addClause(cast<Constant>(unwrap(ClauseVal))); in LLVMAddClause()
|
D | Instructions.cpp | 233 void LandingPadInst::addClause(Constant *Val) { in addClause() function in LandingPadInst
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 3559 LP->addClause(V); in ParseLandingPad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 288 void LandingPadInst::addClause(Constant *Val) { in addClause() function in LandingPadInst
|
D | Core.cpp | 2794 addClause(cast<Constant>(unwrap(ClauseVal))); in LLVMAddClause()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 2755 void addClause(Constant *ClauseVal);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 3196 void addClause(Constant *ClauseVal);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4244 LP->addClause(cast<Constant>(Val)); in parseFunctionBody()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 1810 See the method [llvm::LandingPadInst::addClause]. *)
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5232 LP->addClause(cast<Constant>(Val)); in parseFunctionBody()
|