Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DFaultMapParser.h27 using FaultMapVersionType = uint8_t; variable
34 FaultMapVersionOffset + sizeof(FaultMapVersionType);
142 FaultMapVersionType getFaultMapVersion() const { in getFaultMapVersion()
143 auto Version = read<FaultMapVersionType>(P + FaultMapVersionOffset, E); in getFaultMapVersion()