Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp32 struct MipsRelocationEntry { struct
33 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() argument
38 void print(raw_ostream &Out) const { in print()