LLVM 20.0.0git
|
SPS tag type for optionals. More...
#include "llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h"
SPS tag type for optionals.
SPSOptionals should be serialized as a bool with true indicating that an SPSTagT value is present, and false indicating that there is no value. If the boolean is true then the serialized SPSTagT will follow immediately after it.
Definition at line 208 of file SimplePackedSerialization.h.