Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h148 struct RemoteSymbolLookup { struct
186 class SPSSerializationTraits<SPSRemoteSymbolLookup, RemoteSymbolLookup> {
188 static size_t size(const RemoteSymbolLookup &V) { in size()
192 static size_t serialize(SPSOutputBuffer &OB, const RemoteSymbolLookup &V) { in serialize()
197 static size_t deserialize(SPSInputBuffer &IB, RemoteSymbolLookup &V) { in deserialize()