Searched defs:MipsRelocationEntry (Results 1 – 2 of 2) sorted by relevance
38 struct MipsRelocationEntry { struct39 const ELFRelocationEntry R; ///< The relocation.40 bool Matched = false; ///< Is this relocation part of a match.42 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R) {} in MipsRelocationEntry() function44 void print(raw_ostream &Out) const { in print()
32 struct MipsRelocationEntry { struct33 const ELFRelocationEntry R; ///< The relocation.34 bool Matched; ///< Is this relocation part of a match.36 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R), Matched(false) {} in MipsRelocationEntry() function38 void print(raw_ostream &Out) const { in print()