Searched refs:HexagonGNUInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGNUInfo.cpp1 //===- HexagonGNUInfo.cpp -------------------------------------------------===//
9 #include "HexagonGNUInfo.h"
17 // HexagonGNUInfo
19 HexagonGNUInfo::HexagonGNUInfo(const TargetOptions& pTargetOptions) function in class:HexagonGNUInfo
24 uint64_t HexagonGNUInfo::flags() const
H A DHexagonGNUInfo.h1 //===- HexagonGNUInfo.h ---------------------------------------------------===//
18 class HexagonGNUInfo : public GNUInfo class in namespace:mcld
28 HexagonGNUInfo(const TargetOptions& pTargetOptions);
H A DHexagonLDBackend.h26 class HexagonGNUInfo;
34 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
H A DHexagonLDBackend.cpp13 #include "HexagonGNUInfo.h"
44 HexagonGNUInfo* pInfo)
1085 return new HexagonLDBackend(pConfig, new HexagonGNUInfo(pConfig.targets()));

Completed in 2621 milliseconds