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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRawByteChannel.h42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { argument
44 if (auto Err = serializeSeq(*this, FnId, SeqNo)) {
61 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { argument
63 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) {
H A DRPCUtils.h63 BadFunctionCall(FnIdT FnId, SeqNoT SeqNo) argument
64 : FnId(std::move(FnId)), SeqNo(std::move(SeqNo)) {}
71 OS << "Call to invalid RPC function id '" << FnId << "' with "
76 FnIdT FnId; member in class:llvm::orc::rpc::BadFunctionCall
1020 FunctionIdT FnId; local
1022 FnId = *FnIdOrErr;
1047 if (auto Err = C.startSendMessage(FnId, SeqNo)) {
1079 FunctionIdT FnId; local
1081 if (auto Err = C.startReceiveMessage(FnId, SeqN
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp177 findSiblings(StackTrieNode *parent, int32_t FnId, uint32_t TId, argument
188 if (node_iter->FuncId == FnId)
197 if (node_iter->FuncId == FnId)

Completed in 184 milliseconds