Searched refs:runWrapper (Results 1 – 6 of 6) sorted by relevance
63 return TPC.runWrapper(RegisterEHFrameWrapperFnAddr, ArgBuffer).takeError(); in registerEHFrames()76 return TPC.runWrapper(DeregisterEHFrameWrapperFnAddr, ArgBuffer).takeError(); in deregisterEHFrames()
106 SelfTargetProcessControl::runWrapper(JITTargetAddress WrapperFnAddr, in runWrapper() function in llvm::orc::SelfTargetProcessControl
147 runWrapper(JITTargetAddress WrapperFnAddr, ArrayRef<uint8_t> ArgBuffer) = 0;189 runWrapper(JITTargetAddress WrapperFnAddr,
49 return TPC.runWrapper(RegisterFn, SerializeBlockInfo(TargetMem)) in registerDebugObject()
358 runWrapper(JITTargetAddress WrapperFnAddr, in runWrapper() function
421 EP.template addHandler<orcrpctpc::RunWrapper>(*this, &ThisT::runWrapper); in OrcRPCTPCServer()598 runWrapper(JITTargetAddress WrapperFnAddr, in runWrapper() function