Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h75 enum ESDAmode : uint8_t { enum
237 GOFF_BEHAVIORAL_ATTRIBUTE(Amode, GOFF::ESDAmode, 0, 0, 8)
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCGOFFAttributes.h70 GOFF::ESDAmode Amode;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h189 static void getAmode(const uint8_t *Record, GOFF::ESDAmode &Amode) { in getAmode()
192 Amode = (GOFF::ESDAmode)Value; in getAmode()