Searched refs:MipsGNUInfo (Results 1 – 5 of 5) sorted by relevance
16 MipsGNUInfo::MipsGNUInfo(const llvm::Triple& pTriple) in MipsGNUInfo() function in mcld::MipsGNUInfo20 void MipsGNUInfo::setABIVersion(uint8_t ver) { in setABIVersion()24 void MipsGNUInfo::setElfFlags(uint64_t flags) { in setElfFlags()28 uint32_t MipsGNUInfo::machine() const { in machine()32 uint8_t MipsGNUInfo::ABIVersion() const { in ABIVersion()36 uint64_t MipsGNUInfo::defaultTextSegmentAddr() const { in defaultTextSegmentAddr()43 uint64_t MipsGNUInfo::flags() const { in flags()47 const char* MipsGNUInfo::entry() const { in entry()51 const char* MipsGNUInfo::dyld() const { in dyld()55 uint64_t MipsGNUInfo::abiPageSize() const { in abiPageSize()
16 class MipsGNUInfo : public GNUInfo {18 explicit MipsGNUInfo(const llvm::Triple& pTriple);
23 class MipsGNUInfo; variable35 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);242 MipsGNUInfo& m_pInfo;271 Mips32GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);287 Mips64GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
10 "MipsGNUInfo.cpp",
50 MipsGNUInfo* pInfo) in MipsGNULDBackend()1248 MipsGNUInfo* pInfo) in Mips32GNULDBackend()1293 MipsGNUInfo* pInfo) in Mips64GNULDBackend()1350 return new Mips64GNULDBackend(pConfig, new MipsGNUInfo(triple)); in createMipsLDBackend()1353 return new Mips32GNULDBackend(pConfig, new MipsGNUInfo(triple)); in createMipsLDBackend()