Searched defs:HexagonRelocator (Results 1 - 2 of 2) 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
67 HexagonRelocator(HexagonLDBackend& pParent, const LinkerConfig& pConfig);
68 ~HexagonRelocator();
H A DHexagonRelocator.cpp1 //===- HexagonRelocator.cpp -----------------------------------------------===//
9 #include "HexagonRelocator.h"
31 HexagonRelocator& pParent) {
47 const HexagonRelocator& pFactory) {
57 HexagonRelocator& pParent) {
68 got_entry->setValue(HexagonRelocator::SymVal);
74 got_entry->setValue(HexagonRelocator::SymVal);
85 HexagonRelocator& pParent) {
92 HexagonRelocator& pParent) {
115 HexagonRelocator
168 HexagonRelocator::HexagonRelocator(HexagonLDBackend& pParent, function in class:mcld::HexagonRelocator
[all...]

Completed in 174 milliseconds