OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARMGNULDBackend
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
29
///
ARMGNULDBackend
- linker backend of ARM target of GNU ELF format
31
class
ARMGNULDBackend
: public GNULDBackend {
42
ARMGNULDBackend
(const LinkerConfig& pConfig, GNUInfo* pInfo);
43
~
ARMGNULDBackend
();
ARMLDBackend.cpp
120
//
ARMGNULDBackend
122
ARMGNULDBackend
::
ARMGNULDBackend
(const LinkerConfig& pConfig, GNUInfo* pInfo)
139
ARMGNULDBackend
::~
ARMGNULDBackend
() {
149
void
ARMGNULDBackend
::initTargetSections(Module& pModule,
197
void
ARMGNULDBackend
::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) {
266
bool
ARMGNULDBackend
::initRelocator() {
273
const Relocator*
ARMGNULDBackend
::getRelocator() const {
278
Relocator*
ARMGNULDBackend
::getRelocator()
[
all
...]
Completed in 561 milliseconds