Home
last modified time | relevance | path

Searched refs:Mips64GOTEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp523 llvm::cast<Mips64GOTEntry>(entry)->setValue(pValue); in setEntryValue()
531 Mips64GOTEntry* got = &(llvm::cast<Mips64GOTEntry>((*it))); in emit()
539 return new Mips64GOTEntry(pValue, pParent); in createEntry()
543 return Mips64GOTEntry::EntrySize; in getEntrySize()
DMipsGOT.h244 typedef GOT::Entry<8> Mips64GOTEntry; typedef