reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2772     case Intrinsic::wasm_rethrow_in_catch: {
 2780           DAG.getTargetConstant(Intrinsic::wasm_rethrow_in_catch, getCurSDLoc(),
lib/IR/Verifier.cpp
 4127               F->getIntrinsicID() == Intrinsic::wasm_rethrow_in_catch,
tools/clang/lib/CodeGen/CGBuiltin.cpp
14128     Function *Callee = CGM.getIntrinsic(Intrinsic::wasm_rethrow_in_catch);
tools/clang/lib/CodeGen/CGException.cpp
 1260         CGM.getIntrinsic(llvm::Intrinsic::wasm_rethrow_in_catch);