Searched refs:MipsRelocationEntry (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 32 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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 38 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 38 struct MipsRelocationEntry { struct 42 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R) {} in MipsRelocationEntry() argument 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() 471 std::list<MipsRelocationEntry> Sorted; in sortRelocs() 496 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs()
|