Searched defs:MipsGNULDBackend (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h27 /** \class MipsGNULDBackend
30 class MipsGNULDBackend : public GNULDBackend { class in namespace:mcld
35 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
36 ~MipsGNULDBackend();
269 class Mips32GNULDBackend : public MipsGNULDBackend {
274 // MipsGNULDBackend
285 class Mips64GNULDBackend : public MipsGNULDBackend {
290 // MipsGNULDBackend
H A DMipsLDBackend.cpp47 // MipsGNULDBackend
49 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig, function in class:mcld::MipsGNULDBackend
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
[all...]

Completed in 5640 milliseconds