Searched refs:addHandler (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetServer.h | 66 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid); in OrcRemoteTargetServer() 67 addHandler<exec::CallIntInt>(*this, &ThisT::handleCallIntInt); in OrcRemoteTargetServer() 68 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain); in OrcRemoteTargetServer() 69 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid); in OrcRemoteTargetServer() 70 addHandler<mem::CreateRemoteAllocator>(*this, in OrcRemoteTargetServer() 72 addHandler<mem::DestroyRemoteAllocator>( in OrcRemoteTargetServer() 74 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem); in OrcRemoteTargetServer() 75 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem); in OrcRemoteTargetServer() 76 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections); in OrcRemoteTargetServer() 77 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem); in OrcRemoteTargetServer() [all …]
|
| H A D | OrcRemoteTargetClient.h | 815 addHandler<utils::RequestCompile>( in OrcRemoteTargetClient()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | OrcRPCTPCServer.h | 397 EP.template addHandler<orcrpctpc::GetTargetTriple>(*this, in OrcRPCTPCServer() 399 EP.template addHandler<orcrpctpc::GetPageSize>(*this, &ThisT::getPageSize); in OrcRPCTPCServer() 401 EP.template addHandler<orcrpctpc::ReserveMem>(*this, &ThisT::reserveMemory); in OrcRPCTPCServer() 402 EP.template addHandler<orcrpctpc::FinalizeMem>(*this, in OrcRPCTPCServer() 404 EP.template addHandler<orcrpctpc::ReleaseMem>(*this, &ThisT::releaseMemory); in OrcRPCTPCServer() 406 EP.template addHandler<orcrpctpc::WriteUInt8s>( in OrcRPCTPCServer() 408 EP.template addHandler<orcrpctpc::WriteUInt16s>( in OrcRPCTPCServer() 410 EP.template addHandler<orcrpctpc::WriteUInt32s>( in OrcRPCTPCServer() 412 EP.template addHandler<orcrpctpc::WriteUInt64s>( in OrcRPCTPCServer() 414 EP.template addHandler<orcrpctpc::WriteBuffers>(handleWriteBuffer); in OrcRPCTPCServer() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | RPCUtils.h | 1362 void addHandler(HandlerT Handler) { in addHandler() function 1368 void addHandler(ClassT &Object, RetT (ClassT::*Method)(ArgTs...)) { in addHandler() function 1369 addHandler<Func>( in addHandler() 1474 void addHandler(HandlerT Handler) { in addHandler() function 1479 void addHandler(ClassT &Object, RetT (ClassT::*Method)(ArgTs...)) { in addHandler() function 1480 addHandler<Func>( in addHandler()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
| H A D | mingw.py | 294 logger.addHandler(handler)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
| H A D | mingw.py | 294 logger.addHandler(handler)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 977 CatchSwitch->addHandler(Handler.Block); in emitCatchPadBlock() 1006 CatchSwitch->addHandler(WasmCatchStartBlock); in emitWasmCatchPadBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 753 NewCatchSwitch->addHandler(PadBB); in HandleInlinedEHPad()
|
| H A D | Local.cpp | 2416 NewCatchSwitch->addHandler(PadBB); in removeUnwindEdge()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 4352 void addHandler(BasicBlock *Dest);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 3285 unwrap<CatchSwitchInst>(CatchSwitch)->addHandler(unwrap(Dest)); in LLVMAddHandler()
|
| H A D | Instructions.cpp | 1152 void CatchSwitchInst::addHandler(BasicBlock *Handler) { in addHandler() function in CatchSwitchInst
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4520 CatchSwitch->addHandler(Handler); in parseFunctionBody()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 6772 CatchSwitch->addHandler(DestBB); in parseCatchSwitch()
|