LLVM  8.0.1
Public Attributes | List of all members
llvm::GenericValue::IntPair Struct Reference

#include "llvm/ExecutionEngine/GenericValue.h"

Collaboration diagram for llvm::GenericValue::IntPair:
Collaboration graph
[legend]

Public Attributes

unsigned int first
 
unsigned int second
 

Detailed Description

Definition at line 25 of file GenericValue.h.

Member Data Documentation

◆ first

unsigned int llvm::GenericValue::IntPair::first

◆ second

unsigned int llvm::GenericValue::IntPair::second

The documentation for this struct was generated from the following file: