Home
last modified time | relevance | path

Searched refs:MipsGNUInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGNUInfo.h17 class MipsGNUInfo : public GNUInfo
32 MipsGNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) { } in MipsGNUInfo() function
DMipsLDBackend.h21 class MipsGNUInfo; variable
32 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
DMipsLDBackend.cpp36 MipsGNUInfo* pInfo) in MipsGNULDBackend()
416 return new MipsGNULDBackend(pConfig, new MipsGNUInfo(pConfig.targets().triple())); in createMipsLDBackend()