Searched defs:HexagonLDBackend (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h1 //===- HexagonLDBackend.h -------------------------------------------------===//
29 /// HexagonLDBackend - linker backend of Hexagon target of GNU ELF format
31 class HexagonLDBackend : public GNULDBackend class in namespace:mcld
34 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
36 ~HexagonLDBackend();
H A DHexagonLDBackend.cpp1 //===- HexagonLDBackend.cpp -----------------------------------------------===//
11 #include "HexagonLDBackend.h"
41 // HexagonLDBackend
43 HexagonLDBackend::HexagonLDBackend(const LinkerConfig& pConfig, function in class:HexagonLDBackend
57 HexagonLDBackend::~HexagonLDBackend()
67 bool HexagonLDBackend::initRelocator()
75 const Relocator* HexagonLDBackend::getRelocator() const
81 Relocator* HexagonLDBackend
[all...]

Completed in 667 milliseconds