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

References

tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 4312     llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false);
 4312     llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false);
 4313   llvm::FunctionCallee fnRef = CGM.CreateRuntimeFunction(
 4330     if (CGM.supportsCOMDAT())
 4331       fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName()));
 4335         llvm::BasicBlock::Create(CGM.getLLVMContext(), "", fn);
 4336     CGBuilderTy builder(CGM, entry);
 4342     llvm::CallInst *catchCall = builder.CreateCall(getBeginCatchFn(CGM), exn);
 4344     catchCall->setCallingConv(CGM.getRuntimeCC());
 4347     llvm::CallInst *termCall = builder.CreateCall(CGM.getTerminateFn());
 4350     termCall->setCallingConv(CGM.getRuntimeCC());