HomeSort by relevance Sort by last modified time
    Searched defs:MipsGNULDBackend (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 25 /** \class MipsGNULDBackend
28 class MipsGNULDBackend : public GNULDBackend
34 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
35 ~MipsGNULDBackend();
241 class Mips32GNULDBackend : public MipsGNULDBackend
247 // MipsGNULDBackend
258 class Mips64GNULDBackend : public MipsGNULDBackend
264 // MipsGNULDBackend
MipsLDBackend.cpp 40 // MipsGNULDBackend
42 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig,
59 MipsGNULDBackend::~MipsGNULDBackend()
68 bool MipsGNULDBackend::needsLA25Stub(Relocation::Type pType,
83 void MipsGNULDBackend::addNonPICBranchSym(ResolveInfo* rsym)
88 bool MipsGNULDBackend::hasNonPICBranch(const ResolveInfo* rsym) const
93 void MipsGNULDBackend::initTargetSections(Module& pModule,
110 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule
    [all...]

Completed in 67 milliseconds