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

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp24 struct RelEntry { struct in namespace:__anon8946
25 RelEntry(const ELFRelocationEntry &R, const MCSymbol *S, int64_t O) : function in struct:__anon8946::RelEntry
32 typedef std::list<RelEntry> RelLs;
187 static bool NeedsMatchingLo(const MCAssembler &Asm, const RelEntry &R) {
207 static bool HasSameSymbol(const RelEntry &R0, const RelEntry &R1) {
211 static int CompareOffset(const RelEntry &R0, const RelEntry &R1) {
230 RelocLs.push_back(RelEntry(*R, P.first ? &P.first->getSymbol() : 0,

Completed in 51 milliseconds