Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h154 ExecBit = 1 << 2, enumerator
172 WireValue |= ExecBit; in serialize()
187 if (Val & ExecBit) in deserialize()