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

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

Completed in 732 milliseconds