Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp39 struct MipsRelocationEntry { struct
43 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R) {} in MipsRelocationEntry() function
52 raw_ostream &operator<<(raw_ostream &OS, const MipsRelocationEntry &RHS) { in operator <<()
179 static FindBestPredicateResult isMatchingReloc(const MipsRelocationEntry &X, in isMatchingReloc()
198 static bool compareMatchingRelocs(const MipsRelocationEntry &Candidate, in compareMatchingRelocs()
199 const MipsRelocationEntry &PreviousBest) { in compareMatchingRelocs()
472 std::list<MipsRelocationEntry> Sorted; in sortRelocs()
497 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs()