Lines Matching refs:X86ELFWriterInfo
1 //===-- X86ELFWriterInfo.cpp - ELF Writer Info for the X86 backend --------===//
14 #include "X86ELFWriterInfo.h"
25 // Implementation of the X86ELFWriterInfo class
28 X86ELFWriterInfo::X86ELFWriterInfo(bool is64Bit_, bool isLittleEndian_)
33 X86ELFWriterInfo::~X86ELFWriterInfo() {}
35 unsigned X86ELFWriterInfo::getRelocationType(unsigned MachineRelTy) const {
66 long int X86ELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy,
89 unsigned X86ELFWriterInfo::getRelocationTySize(unsigned RelTy) const {
113 bool X86ELFWriterInfo::isPCRelativeRel(unsigned RelTy) const {
138 unsigned X86ELFWriterInfo::getAbsoluteLabelMachineRelTy() const {
143 long int X86ELFWriterInfo::computeRelocation(unsigned SymOffset,