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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 1 //===- HexagonRelocator.h ------------------------------------------------===//
23 /** \class HexagonRelocator
24 * \brief HexagonRelocator creates and destroys the Hexagon relocations.
27 class HexagonRelocator : public Relocator {
67 HexagonRelocator(HexagonLDBackend& pParent, const LinkerConfig& pConfig);
68 ~HexagonRelocator();
HexagonRelocator.cpp 1 //===- 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& pParent)
    [all...]

Completed in 64 milliseconds