Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGNUInfo.cpp19 HexagonGNUInfo::HexagonGNUInfo(const TargetOptions& pTargetOptions) in HexagonGNUInfo() function in mcld::HexagonGNUInfo
24 uint64_t HexagonGNUInfo::flags() const { in flags()
DHexagonGNUInfo.h18 class HexagonGNUInfo : public GNUInfo {
23 explicit HexagonGNUInfo(const TargetOptions& pTargetOptions);
DHexagonLDBackend.h25 class HexagonGNUInfo; variable
33 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
DHexagonLDBackend.cpp45 HexagonGNUInfo* pInfo) in HexagonLDBackend()
1053 return new HexagonLDBackend(pConfig, new HexagonGNUInfo(pConfig.targets())); in createHexagonLDBackend()