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

/frameworks/compile/mclinker/lib/LD/
H A DRelocator.cpp1 //===- Relocator.cpp ------------------------------------------------------===//
13 #include <mcld/LD/Relocator.h>
24 // Relocator
26 Relocator::~Relocator()
30 void Relocator::partialScanRelocation(Relocation& pReloc,
54 void Relocator::issueUndefRef(Relocation& pReloc,
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h1 //===- Relocator.h --------------------------------------------------------===//
23 /** \class Relocator
24 * \brief Relocator provides the interface of performing relocations
26 class Relocator class in namespace:mcld
45 Relocator(const LinkerConfig& pConfig) function in class:mcld::Relocator
49 virtual ~Relocator() = 0;

Completed in 98 milliseconds