Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h91 enum ESDTextStyle : uint8_t { enum
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h201 static void getTextStyle(const uint8_t *Record, GOFF::ESDTextStyle &Style) { in getTextStyle()
204 Style = (GOFF::ESDTextStyle)Value; in getTextStyle()