Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h218 using FRAL = SPSFinalizeRequest::AsArgList; variable
222 return FRAL::size(FR.Segments, FR.Actions); in size()
227 return FRAL::serialize(OB, FR.Segments, FR.Actions); in serialize()
231 return FRAL::deserialize(IB, FR.Segments, FR.Actions); in deserialize()
259 using FRAL = SPSSharedMemoryFinalizeRequest::AsArgList; variable
263 return FRAL::size(FR.Segments, FR.Actions); in size()
268 return FRAL::serialize(OB, FR.Segments, FR.Actions); in serialize()
273 return FRAL::deserialize(IB, FR.Segments, FR.Actions); in deserialize()