Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp39 struct MipsRelocationEntry { struct
40 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