Searched refs:ELFRelocationEntry (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 33 const ELFRelocationEntry R; ///< The relocation. 36 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R), Matched(false) {} in MipsRelocationEntry() 63 std::vector<ELFRelocationEntry> &Relocs) override; 134 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() 171 const ELFRelocationEntry &R, in isMatchingReloc() 409 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs() 415 [](const ELFRelocationEntry &A, const ELFRelocationEntry &B) { in sortRelocs() 420 std::list<ELFRelocationEntry> Remainder; in sortRelocs() 428 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 31 struct ELFRelocationEntry { struct 39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() function 88 std::vector<ELFRelocationEntry> &Relocs);
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.h | 84 struct ELFRelocationEntry { struct 92 ELFRelocationEntry() in ELFRelocationEntry() function 95 ELFRelocationEntry(uint64_t RelocOffset, int Idx, in ELFRelocationEntry() function 102 bool operator<(const ELFRelocationEntry &RE) const { 115 std::vector<ELFRelocationEntry> > Relocations;
|
D | ELFObjectWriter.cpp | 462 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend); in RecordRelocation() 747 std::vector<ELFRelocationEntry> &Relocs = Relocations[SD]; in WriteRelocationsFragment() 752 ELFRelocationEntry entry = Relocs[e - i - 1]; in WriteRelocationsFragment()
|
/external/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 34 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
D | ELFObjectWriter.cpp | 102 llvm::DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> 710 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation() 726 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, in recordRelocation() 1084 std::vector<ELFRelocationEntry> &Relocs = Relocations[&Sec]; in writeRelocations() 1096 const ELFRelocationEntry &Entry = Relocs[e - i - 1]; in writeRelocations()
|