OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AArch64Relocator
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h
1
//===-
AArch64Relocator
.h ------------------------------------------------===//
19
/** \class
AArch64Relocator
20
* \brief
AArch64Relocator
creates and destroys the AArch64 relocations.
23
class
AArch64Relocator
: public Relocator {
67
AArch64Relocator
(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
68
~
AArch64Relocator
();
AArch64Relocator.cpp
1
//===-
AArch64Relocator
.cpp ----------------------------------------------===//
17
#include "
AArch64Relocator
.h"
35
AArch64Relocator
& pParent);
62
//
AArch64Relocator
64
AArch64Relocator
::
AArch64Relocator
(AArch64GNULDBackend& pParent,
69
AArch64Relocator
::~
AArch64Relocator
() {
72
Relocator::Result
AArch64Relocator
::applyRelocation(Relocation& pRelocation) {
84
const char*
AArch64Relocator
::getName(Relocator::Type pType) const
[
all
...]
Completed in 253 milliseconds