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.h 1 //===- HexagonLDBackend.h -------------------------------------------------===//
29 /// HexagonLDBackend - linker backend of Hexagon target of GNU ELF format
31 class HexagonLDBackend : public GNULDBackend
34 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
36 ~HexagonLDBackend();
HexagonLDBackend.cpp 1 //===- HexagonLDBackend.cpp -----------------------------------------------===//
11 #include "HexagonLDBackend.h"
40 // HexagonLDBackend
42 HexagonLDBackend::HexagonLDBackend(const LinkerConfig& pConfig,
56 HexagonLDBackend::~HexagonLDBackend()
66 bool HexagonLDBackend::initRelocator()
74 Relocator* HexagonLDBackend::getRelocator()
80 void HexagonLDBackend::doPreLayout(IRBuilder& pBuilder
    [all...]

Completed in 5064 milliseconds