LLVM API Documentation
Base class for object file relocation visitors. More...
#include <RelocVisitor.h>
Public Member Functions | |
RelocVisitor (StringRef FileFormat) | |
RelocToApply | visit (uint32_t RelocType, RelocationRef R, uint64_t SecAddr=0, uint64_t Value=0) |
bool | error () |
Base class for object file relocation visitors.
Definition at line 42 of file RelocVisitor.h.
|
inlineexplicit |
Definition at line 44 of file RelocVisitor.h.
|
inline |
Definition at line 131 of file RelocVisitor.h.
|
inline |
Definition at line 50 of file RelocVisitor.h.
References llvm::ELF::R_386_32, llvm::ELF::R_386_NONE, llvm::ELF::R_386_PC32, llvm::ELF::R_390_32, llvm::ELF::R_390_64, llvm::ELF::R_AARCH64_ABS32, llvm::ELF::R_AARCH64_ABS64, llvm::ELF::R_MIPS_32, llvm::ELF::R_PPC64_ADDR32, llvm::ELF::R_PPC64_ADDR64, llvm::ELF::R_PPC_ADDR32, llvm::ELF::R_X86_64_32, llvm::ELF::R_X86_64_32S, llvm::ELF::R_X86_64_64, llvm::ELF::R_X86_64_NONE, and llvm::ELF::R_X86_64_PC32.