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 -----------------------------------------------===//
16 #include "HexagonRelocator.h"
29 HexagonRelocator& pParent);
65 // HexagonRelocator
67 HexagonRelocator::HexagonRelocator(HexagonLDBackend& pParent,
73 HexagonRelocator::~HexagonRelocator()
78 HexagonRelocator::applyRelocation(Relocation& pRelocation)
90 const char* HexagonRelocator::getName(Relocation::Type pType) cons
    [all...]
HexagonRelocator.h 1 //===- HexagonRelocator.h ------------------------------------------------===//
26 /** \class HexagonRelocator
27 * \brief HexagonRelocator creates and destroys the Hexagon relocations.
30 class HexagonRelocator : public Relocator
84 HexagonRelocator(HexagonLDBackend& pParent, const LinkerConfig& pConfig);
85 ~HexagonRelocator();
HexagonRelocationFunctions.h 37 static HexagonRelocator::Result Name (Relocation& pEntry, \
38 HexagonRelocator& pParent);
HexagonLDBackend.cpp 12 #include "HexagonRelocator.h"
69 m_pRelocator = new HexagonRelocator(*this, config());
    [all...]

Completed in 30 milliseconds