HomeSort by: relevance | last modified time | path
    Searched refs:addHandler (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 66 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
67 addHandler<exec::CallIntInt>(*this, &ThisT::handleCallIntInt);
68 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
69 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
70 addHandler<mem::CreateRemoteAllocator>(*this,
72 addHandler<mem::DestroyRemoteAllocator>(
74 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
75 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
76 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
77 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem)
    [all...]
OrcRemoteTargetClient.h 815 addHandler<utils::RequestCompile>(
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h 397 EP.template addHandler<orcrpctpc::GetTargetTriple>(*this,
399 EP.template addHandler<orcrpctpc::GetPageSize>(*this, &ThisT::getPageSize);
401 EP.template addHandler<orcrpctpc::ReserveMem>(*this, &ThisT::reserveMemory);
402 EP.template addHandler<orcrpctpc::FinalizeMem>(*this,
404 EP.template addHandler<orcrpctpc::ReleaseMem>(*this, &ThisT::releaseMemory);
406 EP.template addHandler<orcrpctpc::WriteUInt8s>(
408 EP.template addHandler<orcrpctpc::WriteUInt16s>(
410 EP.template addHandler<orcrpctpc::WriteUInt32s>(
412 EP.template addHandler<orcrpctpc::WriteUInt64s>(
414 EP.template addHandler<orcrpctpc::WriteBuffers>(handleWriteBuffer)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/isctest/log/
basic.py 37 LOGGERS["conftest"].addHandler(file_handler)
62 logger.addHandler(handler)
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
RPCUtils.h 1362 void addHandler(HandlerT Handler) {
1368 void addHandler(ClassT &Object, RetT (ClassT::*Method)(ArgTs...)) {
1369 addHandler<Func>(
1474 void addHandler(HandlerT Handler) {
1479 void addHandler(ClassT &Object, RetT (ClassT::*Method)(ArgTs...)) {
1480 addHandler<Func>(
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
mingw.py 294 logger.addHandler(handler)
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/
mingw.py 294 logger.addHandler(handler)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 977 CatchSwitch->addHandler(Handler.Block);
1006 CatchSwitch->addHandler(WasmCatchStartBlock);
  /src/external/bsd/zstd/dist/programs/
fileio.c 145 static void addHandler(char const* dstFileName)
1864 addHandler(dstFileName);
2848 addHandler(dstFileName);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 753 NewCatchSwitch->addHandler(PadBB);
Local.cpp 2416 NewCatchSwitch->addHandler(PadBB);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 4352 void addHandler(BasicBlock *Dest);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 3285 unwrap<CatchSwitchInst>(CatchSwitch)->addHandler(unwrap(Dest));
Instructions.cpp 1152 void CatchSwitchInst::addHandler(BasicBlock *Handler) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 4520 CatchSwitch->addHandler(Handler);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 6772 CatchSwitch->addHandler(DestBB);

Completed in 48 milliseconds