Home
last modified time | relevance | path

Searched refs:FnId (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DRawByteChannel.h42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() argument
44 if (auto Err = serializeSeq(*this, FnId, SeqNo)) { in startSendMessage()
61 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage() argument
63 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) { in startReceiveMessage()
DRPCUtils.h63 BadFunctionCall(FnIdT FnId, SeqNoT SeqNo) in BadFunctionCall() argument
64 : FnId(std::move(FnId)), SeqNo(std::move(SeqNo)) {} in BadFunctionCall()
71 OS << "Call to invalid RPC function id '" << FnId in log()
78 FnIdT FnId;
1013 FunctionIdT FnId; in appendCallAsync() local
1015 FnId = *FnIdOrErr; in appendCallAsync()
1040 if (auto Err = C.startSendMessage(FnId, SeqNo)) { in appendCallAsync()
1072 FunctionIdT FnId; in handleOne() local
1074 if (auto Err = C.startReceiveMessage(FnId, SeqNo)) { in handleOne()
1078 if (FnId == ResponseId) in handleOne()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
Dxray-converter.cpp177 findSiblings(StackTrieNode *parent, int32_t FnId, uint32_t TId, in findSiblings() argument
188 if (node_iter->FuncId == FnId) in findSiblings()
197 if (node_iter->FuncId == FnId) in findSiblings()