OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MipsGNULDBackend
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
24
///
MipsGNULDBackend
- linker backend of Mips target of GNU ELF format
26
class
MipsGNULDBackend
: public GNULDBackend
32
MipsGNULDBackend
(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
33
~
MipsGNULDBackend
();
MipsLDBackend.cpp
33
//
MipsGNULDBackend
35
MipsGNULDBackend
::
MipsGNULDBackend
(const LinkerConfig& pConfig,
47
MipsGNULDBackend
::~
MipsGNULDBackend
()
55
void
MipsGNULDBackend
::initTargetSections(Module& pModule, ObjectBuilder& pBuilder)
70
void
MipsGNULDBackend
::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
99
bool
MipsGNULDBackend
::initRelocator()
107
Relocator*
MipsGNULDBackend
::getRelocator()
113
void
MipsGNULDBackend
::doPreLayout(IRBuilder& pBuilder
[
all
...]
Completed in 38 milliseconds