Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp32 struct MipsRelocationEntry { struct
36 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R), Matched(false) {} in MipsRelocationEntry() function
45 raw_ostream &operator<<(raw_ostream &OS, const MipsRelocationEntry &RHS) { in operator <<()
170 static FindBestPredicateResult isMatchingReloc(const MipsRelocationEntry &X, in isMatchingReloc()
189 static bool compareMatchingRelocs(const MipsRelocationEntry &Candidate, in compareMatchingRelocs()
190 const MipsRelocationEntry &PreviousBest) { in compareMatchingRelocs()
419 std::list<MipsRelocationEntry> Sorted; in sortRelocs()
444 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs()