Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGNUInfo.cpp16 MipsGNUInfo::MipsGNUInfo(const llvm::Triple& pTriple) in MipsGNUInfo() function in mcld::MipsGNUInfo
20 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()
DMipsGNUInfo.h16 class MipsGNUInfo : public GNUInfo {
18 explicit MipsGNUInfo(const llvm::Triple& pTriple);
DMipsLDBackend.h23 class MipsGNUInfo; variable
35 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
242 MipsGNUInfo& m_pInfo;
271 Mips32GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
287 Mips64GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
DAndroid.bp10 "MipsGNUInfo.cpp",
DMipsLDBackend.cpp50 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()