Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp519 Mips64GOT::Mips64GOT(LDSection& pSection) : MipsGOT(pSection) { in Mips64GOT() function in mcld::Mips64GOT
522 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) { in setEntryValue()
526 uint64_t Mips64GOT::emit(MemoryRegion& pRegion) { in emit()
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) { in createEntry()
542 size_t Mips64GOT::getEntrySize() const { in getEntrySize()
546 void Mips64GOT::reserveHeader() { in reserveHeader()
DMipsGOT.h239 class Mips64GOT : public MipsGOT {
241 explicit Mips64GOT(LDSection& pSection);
DMipsLDBackend.cpp1315 m_pGOT = new Mips64GOT(got); in initTargetSections()