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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 523 llvm::cast<Mips64GOTEntry>(entry)->setValue(pValue);
531 Mips64GOTEntry* got = &(llvm::cast<Mips64GOTEntry>((*it)));
539 return new Mips64GOTEntry(pValue, pParent);
543 return Mips64GOTEntry::EntrySize;
MipsGOT.h 244 typedef GOT::Entry<8> Mips64GOTEntry;

Completed in 57 milliseconds