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.h149 struct RemoteSymbolLookup { struct
188 class SPSSerializationTraits<SPSRemoteSymbolLookup, RemoteSymbolLookup> {
190 static size_t size(const RemoteSymbolLookup &V) { in size()
194 static size_t serialize(SPSOutputBuffer &OB, const RemoteSymbolLookup &V) { in serialize()
199 static size_t deserialize(SPSInputBuffer &IB, RemoteSymbolLookup &V) { in deserialize()