#include "Target.h"
#include "InputFiles.h"
#include "OutputSections.h"
#include "SymbolTable.h"
#include "Symbols.h"
#include "SyntheticSections.h"
#include "lld/Common/ErrorHandler.h"
#include "llvm/Object/ELF.h"
usingnamespacellvm;
usingnamespacellvm::object;
usingnamespacellvm::ELF;
usingnamespacelld;
usingnamespacelld::elf;
std::string lld::toString(RelType type) { … }
TargetInfo *elf::getTarget() { … }
ErrorPlace elf::getErrorPlace(const uint8_t *loc) { … }
TargetInfo::~TargetInfo() { … }
int64_t TargetInfo::getImplicitAddend(const uint8_t *buf, RelType type) const { … }
bool TargetInfo::usesOnlyLowPageBits(RelType type) const { … }
bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file,
uint64_t branchAddr, const Symbol &s,
int64_t a) const { … }
bool TargetInfo::adjustPrologueForCrossSplitStack(uint8_t *loc, uint8_t *end,
uint8_t stOther) const { … }
bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { … }
RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { … }
RelExpr TargetInfo::adjustGotPcExpr(RelType type, int64_t addend,
const uint8_t *data) const { … }
void TargetInfo::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { … }
uint64_t TargetInfo::getImageBase() const { … }