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:mcld::HexagonGNUInfo
24 uint64_t HexagonGNUInfo::flags() const {
H A DHexagonGNUInfo.h1 //===- HexagonGNUInfo.h ---------------------------------------------------===//
18 class HexagonGNUInfo : public GNUInfo { class in namespace:mcld
23 explicit HexagonGNUInfo(const TargetOptions& pTargetOptions);
H A DHexagonLDBackend.h25 class HexagonGNUInfo;
33 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
H A DHexagonLDBackend.cpp13 #include "HexagonGNUInfo.h"
45 HexagonGNUInfo* pInfo)
1053 return new HexagonLDBackend(pConfig, new HexagonGNUInfo(pConfig.targets()));

Completed in 276 milliseconds