LLVM API Documentation

Public Member Functions | Public Attributes
llvm::object::RelocToApply Struct Reference

#include <RelocVisitor.h>

Collaboration diagram for llvm::object::RelocToApply:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RelocToApply (int64_t Value, char Width)
 RelocToApply ()

Public Attributes

int64_t Value
char Width

Detailed Description

Definition at line 29 of file RelocVisitor.h.


Constructor & Destructor Documentation

llvm::object::RelocToApply::RelocToApply ( int64_t  Value,
char  Width 
) [inline]

Definition at line 36 of file RelocVisitor.h.

Definition at line 37 of file RelocVisitor.h.


Member Data Documentation

Definition at line 31 of file RelocVisitor.h.

Definition at line 35 of file RelocVisitor.h.


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