Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp28 struct MipsRelocationEntry { struct
29 MipsRelocationEntry(const ELFRelocationEntry &R) in MipsRelocationEntry() function
217 static int cmpRelMips(const MipsRelocationEntry *AP, in cmpRelMips()
218 const MipsRelocationEntry *BP) { in cmpRelMips()
219 const MipsRelocationEntry &A = *AP; in cmpRelMips()
220 const MipsRelocationEntry &B = *BP; in cmpRelMips()
269 std::vector<MipsRelocationEntry> &MipsRelocs) { in isPrecededByMatchingHi()
277 std::vector<MipsRelocationEntry> &MipsRelocs) { in isFreeLo()
286 static void setMatch(MipsRelocationEntry &Hi, MipsRelocationEntry &Lo) { in setMatch()
350 std::vector<MipsRelocationEntry> MipsRelocs; in sortRelocs()
[all …]