Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h84 enum ESDRmode : uint8_t { enum
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h195 static void getRmode(const uint8_t *Record, GOFF::ESDRmode &Rmode) { in getRmode()
198 Rmode = (GOFF::ESDRmode)Value; in getRmode()