Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFaultMaps.h84 using FaultMapVersionType = uint8_t; variable
91 FaultMapVersionOffset + sizeof(FaultMapVersionType);
192 FaultMapVersionType getFaultMapVersion() const { in getFaultMapVersion()
193 auto Version = read<FaultMapVersionType>(P + FaultMapVersionOffset, E); in getFaultMapVersion()