HomeSort by relevance Sort by last modified time
    Searched refs:HexagonRelocator (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 1 //===- HexagonRelocator.cpp -----------------------------------------------===//
15 #include "HexagonRelocator.h"
27 HexagonRelocator& pParent);
43 // HexagonRelocator
45 HexagonRelocator::HexagonRelocator(HexagonLDBackend& pParent)
50 HexagonRelocator::~HexagonRelocator()
55 HexagonRelocator::applyRelocation(Relocation& pRelocation)
67 const char* HexagonRelocator::getName(Relocation::Type pType) cons
    [all...]
HexagonRelocator.h 1 //===- HexagonRelocator.h ------------------------------------------------===//
25 /** \class HexagonRelocator
26 * \brief HexagonRelocator creates and destroys the Hexagon relocations.
29 class HexagonRelocator : public Relocator
36 HexagonRelocator(HexagonLDBackend& pParent);
37 ~HexagonRelocator();
HexagonRelocationFunctions.h 10 static HexagonRelocator::Result Name (Relocation& pEntry, \
11 HexagonRelocator& pParent);
HexagonLDBackend.cpp 12 #include "HexagonRelocator.h"
59 m_pRelocator = new HexagonRelocator(*this);

Completed in 72 milliseconds