Searched refs:HexagonRelocator (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h1 //===- HexagonRelocator.h ------------------------------------------------===//
23 /** \class HexagonRelocator
24 * \brief HexagonRelocator creates and destroys the Hexagon relocations.
27 class HexagonRelocator : public Relocator class in namespace:mcld
71 HexagonRelocator(HexagonLDBackend& pParent, const LinkerConfig& pConfig);
72 ~HexagonRelocator();
H A DHexagonRelocator.cpp1 //===- HexagonRelocator.cpp -----------------------------------------------===//
9 #include "HexagonRelocator.h"
30 HexagonRelocator &pParent) {
46 const HexagonRelocator &pFactory) {
56 HexagonRelocator &pParent) {
67 got_entry->setValue(HexagonRelocator::SymVal);
74 got_entry->setValue(HexagonRelocator::SymVal);
86 HexagonRelocator &pParent) {
93 HexagonRelocator &pParent) {
116 HexagonRelocator
168 HexagonRelocator::HexagonRelocator(HexagonLDBackend &pParent, function in class:HexagonRelocator
[all...]
H A DHexagonRelocationFunctions.h37 static HexagonRelocator::Result Name (Relocation& pEntry, \
38 HexagonRelocator& pParent);
H A DHexagonLDBackend.cpp12 #include "HexagonRelocator.h"
70 m_pRelocator = new HexagonRelocator(*this, config());

Completed in 849 milliseconds