Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h137 struct LocalEntry { struct
142 LocalEntry(const ResolveInfo* pInfo, argument
146 bool operator<(const LocalEntry& O) const;
159 typedef std::set<LocalEntry> LocalSymbolSetType;
DMipsGOT.cpp74 MipsGOT::LocalEntry::LocalEntry(const ResolveInfo* pInfo, in LocalEntry() function in mcld::MipsGOT::LocalEntry
80 bool MipsGOT::LocalEntry::operator<(const LocalEntry& O) const { in operator <()
242 LocalEntry entry(&pInfo, pAddend, reloc == llvm::ELF::R_MIPS_GOT16); in reserveLocalEntry()