HomeSort by relevance Sort by last modified time
    Searched refs:MipsGOTEntry (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 24 /** \class MipsGOTEntry
27 class MipsGOTEntry : public GOT::Entry<4>
30 MipsGOTEntry(uint64_t pContent, SectionData* pParent)
52 MipsGOTEntry* consume();
53 MipsGOTEntry* consumeLocal();
54 MipsGOTEntry* consumeGlobal();
85 MipsGOTEntry* m_pLast; ///< the last consumed entry
MipsGOT.cpp 53 new MipsGOTEntry(0, m_SectionData);
57 MipsGOTEntry* MipsGOT::consume()
61 m_pLast = llvm::cast<MipsGOTEntry>(&m_SectionData->front());
65 m_pLast = llvm::cast<MipsGOTEntry>(m_pLast->getNextNode());
81 MipsGOTEntry* got = &(llvm::cast<MipsGOTEntry>((*it)));
103 MipsGOTEntry* MipsGOT::consumeLocal()
109 return llvm::cast<MipsGOTEntry>(&(*it));
112 MipsGOTEntry* MipsGOT::consumeGlobal()
118 return llvm::cast<MipsGOTEntry>(&(*it))
    [all...]
MipsRelocator.h 28 typedef SymbolEntryMap<MipsGOTEntry> SymGOTMap;
MipsRelocator.cpp 112 MipsGOTEntry& helper_GetGOTEntry(Relocation& pReloc,
126 MipsGOTEntry* got_entry = pParent.getSymGOTMap().lookUp(*rsym);
156 MipsGOTEntry& got_entry = helper_GetGOTEntry(pReloc, pParent, exist, 0);
322 MipsGOTEntry& got_entry = helper_GetGOTEntry(pReloc, pParent, exist, res);

Completed in 1807 milliseconds