Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DFaultMapParser.h57 using FaultKindType = uint32_t; variable
63 FaultKindOffset + sizeof(FaultKindType);
77 FaultKindType getFaultKind() const { in getFaultKind()
78 return read<FaultKindType>(P + FaultKindOffset, E); in getFaultKind()