LLVM  8.0.1
Public Attributes | List of all members
llvm::COFFYAML::Relocation Struct Reference

#include "llvm/ObjectYAML/COFFYAML.h"

Collaboration diagram for llvm::COFFYAML::Relocation:
Collaboration graph
[legend]

Public Attributes

uint32_t VirtualAddress
 
uint16_t Type
 
StringRef SymbolName
 
Optional< uint32_tSymbolTableIndex
 

Detailed Description

Definition at line 58 of file COFFYAML.h.

Member Data Documentation

◆ SymbolName

StringRef llvm::COFFYAML::Relocation::SymbolName

◆ SymbolTableIndex

Optional<uint32_t> llvm::COFFYAML::Relocation::SymbolTableIndex

◆ Type

uint16_t llvm::COFFYAML::Relocation::Type

◆ VirtualAddress

uint32_t llvm::COFFYAML::Relocation::VirtualAddress

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