Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h150 struct RemoteSymbolLookup { struct
189 class SPSSerializationTraits<SPSRemoteSymbolLookup, RemoteSymbolLookup> {
191 static size_t size(const RemoteSymbolLookup &V) { in size()
195 static size_t serialize(SPSOutputBuffer &OB, const RemoteSymbolLookup &V) { in serialize()
200 static size_t deserialize(SPSInputBuffer &IB, RemoteSymbolLookup &V) { in deserialize()