Searched refs:MipsRelocationFactory (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp1 //===- MipsRelocationFactory.cpp -----------------------------------------===//
16 #include "MipsRelocationFactory.h"
29 MipsRelocationFactory&);
45 // MipsRelocationFactory
47 MipsRelocationFactory::MipsRelocationFactory(size_t pNum, function in class:MipsRelocationFactory
56 MipsRelocationFactory::applyRelocation(Relocation& pRelocation,
72 const char* MipsRelocationFactory::getName(Relocation::Type pType) const
108 RelocationFactory::Address helper_GetGP(MipsRelocationFactory& pParent)
115 MipsRelocationFactory
[all...]
H A DMipsRelocationFactory.h1 //===- MipsRelocationFactory.h --------------------------------------------===//
22 /** \class MipsRelocationFactory
23 * \brief MipsRelocationFactory creates and destroys the Mips relocations.
25 class MipsRelocationFactory : public RelocationFactory class in namespace:mcld
28 MipsRelocationFactory(size_t pNum, MipsGNULDBackend& pParent);
H A DMipsRelocationFunctions.h11 static MipsRelocationFactory::Result Name(Relocation& pEntry, \
13 MipsRelocationFactory& pParent);
H A DAndroid.mk9 MipsRelocationFactory.cpp \
H A DMipsLDBackend.cpp13 #include "MipsRelocationFactory.h"
107 m_pRelocFactory = new MipsRelocationFactory(1024, *this);

Completed in 59 milliseconds