Home
last modified time | relevance | path

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

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