/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-project/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() 430 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs() 442 [](const ELFRelocationEntry &A, const ELFRelocationEntry &B) { in sortRelocs() 447 std::list<ELFRelocationEntry> Remainder; in sortRelocs() 455 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
|
/external/swiftshader/third_party/llvm-10.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() 455 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs() 467 [](const ELFRelocationEntry &A, const ELFRelocationEntry &B) { in sortRelocs() 472 std::list<ELFRelocationEntry> Remainder; in sortRelocs() 480 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/llvm-project/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 30 struct ELFRelocationEntry { struct 38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() argument 93 std::vector<ELFRelocationEntry> &Relocs);
|
/external/swiftshader/third_party/llvm-10.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 94 std::vector<ELFRelocationEntry> &Relocs);
|
/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
D | ELFObjectWriter.cpp | 235 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; 917 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations() 929 const ELFRelocationEntry &Entry = Relocs[e - i - 1]; in writeRelocations() 1492 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation() 1507 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
D | ELFObjectWriter.cpp | 235 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; 917 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations() 929 const ELFRelocationEntry &Entry = Relocs[e - i - 1]; in writeRelocations() 1497 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation() 1512 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()
|