Searched defs:AArch64Relocator (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp1 //===- AArch64Relocator.cpp ----------------------------------------------===//
22 #include "AArch64Relocator.h"
35 AArch64Relocator& pParent);
61 // AArch64Relocator
63 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent, function in class:AArch64Relocator
69 AArch64Relocator::~AArch64Relocator()
73 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation)
84 const char* AArch64Relocator
[all...]
H A DAArch64Relocator.h1 //===- AArch64Relocator.h ------------------------------------------------===//
34 /** \class AArch64Relocator
35 * \brief AArch64Relocator creates and destroys the AArch64 relocations.
38 class AArch64Relocator : public Relocator class in namespace:mcld
81 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
82 ~AArch64Relocator();

Completed in 113 milliseconds