OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AArch64ELFDynamic
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.h
1
//===-
AArch64ELFDynamic
.h ------------------------------------------------===//
16
class
AArch64ELFDynamic
: public ELFDynamic {
18
AArch64ELFDynamic
(const GNULDBackend& pParent, const LinkerConfig& pConfig);
19
~
AArch64ELFDynamic
();
AArch64ELFDynamic.cpp
1
//===-
AArch64ELFDynamic
.cpp ----------------------------------------------===//
9
#include "
AArch64ELFDynamic
.h"
16
AArch64ELFDynamic
::
AArch64ELFDynamic
(const GNULDBackend& pParent,
21
AArch64ELFDynamic
::~
AArch64ELFDynamic
() {
24
void
AArch64ELFDynamic
::reserveTargetEntries(const ELFFileFormat& pFormat) {
35
void
AArch64ELFDynamic
::applyTargetEntries(const ELFFileFormat& pFormat) {
AArch64LDBackend.h
12
#include "
AArch64ELFDynamic
.h"
61
AArch64ELFDynamic
& dynamic();
65
const
AArch64ELFDynamic
& dynamic() const;
163
AArch64ELFDynamic
* m_pDynamic;
AArch64LDBackend.cpp
13
#include "
AArch64ELFDynamic
.h"
188
m_pDynamic = new
AArch64ELFDynamic
(*this, config());
258
AArch64ELFDynamic
& AArch64GNULDBackend::dynamic() {
263
const
AArch64ELFDynamic
& AArch64GNULDBackend::dynamic() const {
Completed in 52 milliseconds