Searched refs:runWrapper (Results 1 – 5 of 5) sorted by relevance
63 return TPC.runWrapper(RegisterEHFrameWrapperFnAddr, ArgBuffer).takeError(); in registerEHFrames()76 return TPC.runWrapper(DeregisterEHFrameWrapperFnAddr, ArgBuffer).takeError(); in deregisterEHFrames()
107 SelfTargetProcessControl::runWrapper(JITTargetAddress WrapperFnAddr, in runWrapper() function in llvm::orc::SelfTargetProcessControl
139 runWrapper(JITTargetAddress WrapperFnAddr, ArrayRef<uint8_t> ArgBuffer) = 0;181 runWrapper(JITTargetAddress WrapperFnAddr,
357 runWrapper(JITTargetAddress WrapperFnAddr, in runWrapper() function
416 EP.template addHandler<orcrpctpc::RunWrapper>(*this, &ThisT::runWrapper); in OrcRPCTPCServer()593 runWrapper(JITTargetAddress WrapperFnAddr, in runWrapper() function