Searched refs:ELFRelocationEntry (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 39 const ELFRelocationEntry R; ///< The relocation. 42 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R) {} in MipsRelocationEntry() 68 std::vector<ELFRelocationEntry> &Relocs) override; 141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() 179 const ELFRelocationEntry &R, in isMatchingReloc() 445 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs() 457 [](const ELFRelocationEntry &A, const ELFRelocationEntry &B) { in sortRelocs() 462 std::list<ELFRelocationEntry> Remainder; in sortRelocs() 470 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() argument 88 std::vector<ELFRelocationEntry> &Relocs);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 31 struct ELFRelocationEntry { struct 39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() argument 91 std::vector<ELFRelocationEntry> &Relocs);
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.h | 84 struct ELFRelocationEntry { struct 92 ELFRelocationEntry() in ELFRelocationEntry() argument 95 ELFRelocationEntry(uint64_t RelocOffset, int Idx, in ELFRelocationEntry() argument 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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
D | ELFObjectWriter.cpp | 234 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; 897 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations() 909 const ELFRelocationEntry &Entry = Relocs[e - i - 1]; in writeRelocations() 1473 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation() 1489 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, in recordRelocation()
|
/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()
|