Home
last modified time | relevance | path

Searched defs:FnId (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRawByteChannel.h42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage()
61 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage()
DRPCUtils.h63 BadFunctionCall(FnIdT FnId, SeqNoT SeqNo) in BadFunctionCall()
1017 FunctionIdT FnId; in appendCallAsync() local
1076 FunctionIdT FnId; in handleOne() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRawByteChannel.h42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage()
61 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage()
DRPCUtils.h63 BadFunctionCall(FnIdT FnId, SeqNoT SeqNo) in BadFunctionCall()
1020 FunctionIdT FnId; in appendCallAsync() local
1079 FunctionIdT FnId; in handleOne() local
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DQueueChannel.h85 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage()
97 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage()
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-converter.cpp177 findSiblings(StackTrieNode *parent, int32_t FnId, uint32_t TId, in findSiblings()