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

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp28 struct MipsRelocationEntry { struct in namespace:__anon10765
29 MipsRelocationEntry(const ELFRelocationEntry &R) function in struct:__anon10765::MipsRelocationEntry
248 static int cmpRelMips(const MipsRelocationEntry *AP,
249 const MipsRelocationEntry *BP) {
250 const MipsRelocationEntry &A = *AP;
251 const MipsRelocationEntry &B = *BP;
302 std::vector<MipsRelocationEntry> &MipsRelocs) {
310 std::vector<MipsRelocationEntry> &MipsRelocs) {
319 static void setMatch(MipsRelocationEntry &Hi, MipsRelocationEntry
[all...]

Completed in 75 milliseconds