Home
last modified time | relevance | path

Searched refs:getNextSeqNo (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDSimpleRemoteEPC.h119 uint64_t getNextSeqNo() { return NextSeqNo++; } in getNextSeqNo() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
HDSimpleRemoteEPCServer.h173 uint64_t getNextSeqNo() { return NextSeqNo++; } in getNextSeqNo() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
HDSimpleRemoteEPCServer.cpp278 SeqNo = getNextSeqNo(); in doJITDispatch()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDSimpleRemoteEPC.cpp97 SeqNo = getNextSeqNo(); in callWrapperAsync()