Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h208 using FRAL = SPSFinalizeRequest::AsArgList; variable
212 return FRAL::size(FR.Segments, FR.Actions); in size()
217 return FRAL::serialize(OB, FR.Segments, FR.Actions); in serialize()
221 return FRAL::deserialize(IB, FR.Segments, FR.Actions); in deserialize()
249 using FRAL = SPSSharedMemoryFinalizeRequest::AsArgList; variable
253 return FRAL::size(FR.Segments, FR.Actions); in size()
258 return FRAL::serialize(OB, FR.Segments, FR.Actions); in serialize()
263 return FRAL::deserialize(IB, FR.Segments, FR.Actions); in deserialize()