Home
last modified time | relevance | path

Searched refs:MipsRelocationEntry (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp38 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()
461 std::list<MipsRelocationEntry> Sorted; in sortRelocs()
486 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs()