Searched refs:FnId (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| D | RawByteChannel.h | 42 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()
|
| D | RPCUtils.h | 63 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/ |
| D | xray-converter.cpp | 177 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()
|