Home
last modified time | relevance | path

Searched defs:DynsymGOTCompare (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp342 struct DynsymGOTCompare { struct
343 const MipsGOT& m_pGOT;
345 explicit DynsymGOTCompare(const MipsGOT& pGOT) : m_pGOT(pGOT) {} in DynsymGOTCompare() function
347 bool operator()(const LDSymbol* X, const LDSymbol* Y) const { in operator ()()