Searched defs:MipsRelocationEntry (Results 1 – 1 of 1) sorted by relevance
39 struct MipsRelocationEntry { struct40 const ELFRelocationEntry R; ///< The relocation.41 bool Matched = false; ///< Is this relocation part of a match.43 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R) {} in MipsRelocationEntry() argument