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() argument
248 static int cmpRelMips(const MipsRelocationEntry *AP, in cmpRelMips()
249 const MipsRelocationEntry *BP) { in cmpRelMips()
250 const MipsRelocationEntry &A = *AP; in cmpRelMips()
251 const MipsRelocationEntry &B = *BP; in cmpRelMips()
302 std::vector<MipsRelocationEntry> &MipsRelocs) { in isPrecededByMatchingHi()
310 std::vector<MipsRelocationEntry> &MipsRelocs) { in isFreeLo()
319 static void setMatch(MipsRelocationEntry &Hi, MipsRelocationEntry &Lo) { in setMatch()
372 std::vector<MipsRelocationEntry> MipsRelocs; in sortRelocs()
[all …]