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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h134 /** \class LocalEntry
135 * \brief LocalEntry local GOT entry descriptor.
137 struct LocalEntry { struct in class:mcld::MipsGOT
142 LocalEntry(const ResolveInfo* pInfo,
146 bool operator<(const LocalEntry& O) const;
159 typedef std::set<LocalEntry> LocalSymbolSetType;
H A DMipsGOT.cpp72 // MipsGOT::LocalEntry
74 MipsGOT::LocalEntry::LocalEntry(const ResolveInfo* pInfo, function in class:mcld::MipsGOT::LocalEntry
80 bool MipsGOT::LocalEntry::operator<(const LocalEntry& O) const {
242 LocalEntry entry(&pInfo, pAddend, reloc == llvm::ELF::R_MIPS_GOT16);

Completed in 564 milliseconds