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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 214 /** \class Mips64GOT
217 class Mips64GOT : public MipsGOT {
219 explicit Mips64GOT(LDSection& pSection);
MipsGOT.cpp 405 // Mips64GOT
407 Mips64GOT::Mips64GOT(LDSection& pSection) : MipsGOT(pSection) {
410 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) {
414 uint64_t Mips64GOT::emit(MemoryRegion& pRegion) {
426 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) {
430 size_t Mips64GOT::getEntrySize() const {
434 void Mips64GOT::reserveHeader() {

Completed in 172 milliseconds