LLVM: llvm::GenericValue::IntPair Struct Reference (original) (raw)

#include "[llvm/ExecutionEngine/GenericValue.h](GenericValue%5F8h%5Fsource.html)"

Public Attributes
unsigned int first
unsigned int second

Detailed Description

Definition at line 24 of file GenericValue.h.

Member Data Documentation

first

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

Definition at line 25 of file GenericValue.h.

Referenced by llvm::Interpreter::visitVAArgInst(), and llvm::Interpreter::visitVAStartInst().

second

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

Definition at line 26 of file GenericValue.h.

Referenced by llvm::Interpreter::visitVAArgInst(), and llvm::Interpreter::visitVAStartInst().


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