Home
last modified time | relevance | path

Searched refs:runWrapper (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCEHFrameRegistrar.cpp63 return TPC.runWrapper(RegisterEHFrameWrapperFnAddr, ArgBuffer).takeError(); in registerEHFrames()
76 return TPC.runWrapper(DeregisterEHFrameWrapperFnAddr, ArgBuffer).takeError(); in deregisterEHFrames()
H A DTargetProcessControl.cpp106 SelfTargetProcessControl::runWrapper(JITTargetAddress WrapperFnAddr, in runWrapper() function in llvm::orc::SelfTargetProcessControl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h147 runWrapper(JITTargetAddress WrapperFnAddr, ArrayRef<uint8_t> ArgBuffer) = 0;
189 runWrapper(JITTargetAddress WrapperFnAddr,
H A DTPCDebugObjectRegistrar.h49 return TPC.runWrapper(RegisterFn, SerializeBlockInfo(TargetMem)) in registerDebugObject()
H A DOrcRPCTargetProcessControl.h358 runWrapper(JITTargetAddress WrapperFnAddr, in runWrapper() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h421 EP.template addHandler<orcrpctpc::RunWrapper>(*this, &ThisT::runWrapper); in OrcRPCTPCServer()
598 runWrapper(JITTargetAddress WrapperFnAddr, in runWrapper() function