Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp38 struct MipsRelocationEntry { struct
42 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R) {} in MipsRelocationEntry() function
51 raw_ostream &operator<<(raw_ostream &OS, const MipsRelocationEntry &RHS) { in operator <<()
178 static FindBestPredicateResult isMatchingReloc(const MipsRelocationEntry &X, in isMatchingReloc()
197 static bool compareMatchingRelocs(const MipsRelocationEntry &Candidate, in compareMatchingRelocs()
198 const MipsRelocationEntry &PreviousBest) { in compareMatchingRelocs()
448 std::list<MipsRelocationEntry> Sorted; in sortRelocs()
473 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs()