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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 488 llvm::cast<Mips32GOTEntry>(entry)->setValue(pValue);
496 Mips32GOTEntry* got = &(llvm::cast<Mips32GOTEntry>((*it)));
504 return new Mips32GOTEntry(pValue, pParent);
508 return Mips32GOTEntry::EntrySize;
MipsGOT.h 226 typedef GOT::Entry<4> Mips32GOTEntry;

Completed in 75 milliseconds