Home
last modified time | relevance | path

Searched refs:DispatchFuncAddr (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h47 JITTargetAddress DispatchFuncAddr; member
283 return serializeSeq(C, EPI.Triple, EPI.PageSize, EPI.DispatchFuncAddr, in serialize()
288 return deserializeSeq(C, EPI.Triple, EPI.PageSize, EPI.DispatchFuncAddr, in deserialize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRPCExecutorProcessControl.h406 this->JDI = {ExecutorAddress(EPI->DispatchFuncAddr), in initializeORCRPCEPCBase()