Searched refs:LocalEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h122 /** \class LocalEntry
123 * \brief LocalEntry local GOT entry descriptor.
125 struct LocalEntry struct in class:mcld::MipsGOT
131 LocalEntry(const ResolveInfo* pInfo,
134 bool operator<(const LocalEntry &O) const;
147 typedef std::set<LocalEntry> LocalSymbolSetType;
H A DMipsGOT.cpp66 // MipsGOT::LocalEntry
68 MipsGOT::LocalEntry::LocalEntry(const ResolveInfo* pInfo, function in class:MipsGOT::LocalEntry
76 bool MipsGOT::LocalEntry::operator<(const LocalEntry &O) const
241 LocalEntry entry(&pInfo, pAddend, reloc == llvm::ELF::R_MIPS_GOT16);

Completed in 68 milliseconds