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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 1 //===- HexagonLDBackend.cpp -----------------------------------------------===//
11 #include "HexagonLDBackend.h"
32 // HexagonLDBackend
34 HexagonLDBackend::HexagonLDBackend(const LinkerConfig& pConfig,
46 HexagonLDBackend::~HexagonLDBackend()
56 bool HexagonLDBackend::initRelocator()
64 Relocator* HexagonLDBackend::getRelocator()
70 void HexagonLDBackend::doPreLayout(IRBuilder& pBuilder
    [all...]
HexagonLDBackend.h 1 //===- HexagonLDBackend.h -------------------------------------------------===//
25 /// HexagonLDBackend - linker backend of Hexagon target of GNU ELF format
27 class HexagonLDBackend : public GNULDBackend
30 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
32 ~HexagonLDBackend();

Completed in 105 milliseconds