Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp488 llvm::cast<Mips32GOTEntry>(entry)->setValue(pValue); in setEntryValue()
496 Mips32GOTEntry* got = &(llvm::cast<Mips32GOTEntry>((*it))); in emit()
504 return new Mips32GOTEntry(pValue, pParent); in createEntry()
508 return Mips32GOTEntry::EntrySize; in getEntrySize()
DMipsGOT.h226 typedef GOT::Entry<4> Mips32GOTEntry; typedef