Searched refs:MipsGNUInfo (Results 1 – 3 of 3) sorted by relevance
17 class MipsGNUInfo : public GNUInfo32 MipsGNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) { } in MipsGNUInfo() function
21 class MipsGNUInfo; variable32 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
36 MipsGNUInfo* pInfo) in MipsGNULDBackend()416 return new MipsGNULDBackend(pConfig, new MipsGNUInfo(pConfig.targets().triple())); in createMipsLDBackend()