LLVM: include/llvm/WindowsResource/ResourceScriptToken.h Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16#ifndef LLVM_INCLUDE_LLVM_SUPPORT_WINDOWS_RESOURCE_SCRIPTTOKEN_H

17#define LLVM_INCLUDE_LLVM_SUPPORT_WINDOWS_RESOURCE_SCRIPTTOKEN_H

18

20

21namespace llvm {

22

23

24

25

26

27

28

30public:

32#define TOKEN(Name) Name,

33#define SHORT_TOKEN(Name, Ch) Name,

35#undef TOKEN

36#undef SHORT_TOKEN

37 };

38

40

41

44

47

48

50

51private:

52 Kind TokenKind;

54};

55

56}

57

58#endif

RCToken(RCToken::Kind RCTokenKind, StringRef Value)

Kind

Definition ResourceScriptToken.h:31

uint32_t intValue() const

StringRef - Represent a constant reference to a string, i.e.

LLVM Value Representation.

This is an optimization pass for GlobalISel generic memory operations.