Searched defs:AArch64Relocator (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h1 //===- AArch64Relocator.h ------------------------------------------------===//
19 /** \class AArch64Relocator
20 * \brief AArch64Relocator creates and destroys the AArch64 relocations.
23 class AArch64Relocator : public Relocator { class in namespace:mcld
67 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
68 ~AArch64Relocator();
H A DAArch64Relocator.cpp1 //===- AArch64Relocator.cpp ----------------------------------------------===//
17 #include "AArch64Relocator.h"
35 AArch64Relocator& pParent);
62 // AArch64Relocator
64 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent, function in class:mcld::AArch64Relocator
69 AArch64Relocator::~AArch64Relocator() {
72 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation) {
84 const char* AArch64Relocator
[all...]

Completed in 26 milliseconds