LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::object::RelocToApply Struct Reference

#include <RelocVisitor.h>

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

Public Member Functions

 RelocToApply (const RelocToApply &In)
 
 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 ( const RelocToApply In)
inline

Definition at line 36 of file RelocVisitor.h.

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

Definition at line 37 of file RelocVisitor.h.

llvm::object::RelocToApply::RelocToApply ( )
inline

Definition at line 38 of file RelocVisitor.h.

Member Data Documentation

int64_t llvm::object::RelocToApply::Value

Definition at line 31 of file RelocVisitor.h.

char llvm::object::RelocToApply::Width

Definition at line 35 of file RelocVisitor.h.


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