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
27
/** \class
MipsGNULDBackend
30
class
MipsGNULDBackend
: public GNULDBackend {
35
MipsGNULDBackend
(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
36
~
MipsGNULDBackend
();
269
class Mips32GNULDBackend : public
MipsGNULDBackend
{
274
//
MipsGNULDBackend
285
class Mips64GNULDBackend : public
MipsGNULDBackend
{
290
//
MipsGNULDBackend
MipsLDBackend.cpp
47
//
MipsGNULDBackend
49
MipsGNULDBackend
::
MipsGNULDBackend
(const LinkerConfig& pConfig,
66
MipsGNULDBackend
::~
MipsGNULDBackend
() {
74
bool
MipsGNULDBackend
::needsLA25Stub(Relocation::Type pType,
88
void
MipsGNULDBackend
::addNonPICBranchSym(ResolveInfo* rsym) {
92
bool
MipsGNULDBackend
::hasNonPICBranch(const ResolveInfo* rsym) const {
96
void
MipsGNULDBackend
::initTargetSections(Module& pModule,
123
void
MipsGNULDBackend
::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
[
all
...]
Completed in 45 milliseconds