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

#include "llvm/ObjectYAML/COFFYAML.h"

Public Attributes

uint32_t VirtualAddress
 
uint16_t Type
 
StringRef SymbolName
 
std::optional< uint32_tSymbolTableIndex
 

Detailed Description

Definition at line 58 of file COFFYAML.h.

Member Data Documentation

◆ SymbolName

StringRef llvm::COFFYAML::Relocation::SymbolName

◆ SymbolTableIndex

std::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: