Searched refs:ELFRelocationEntry (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 40 const ELFRelocationEntry R; ///< The relocation. 43 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R) {} in MipsRelocationEntry() 55 void sortRelocs(std::vector<ELFRelocationEntry> &Relocs) override; 122 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() 146 static bool isMatchingReloc(unsigned MatchingType, const ELFRelocationEntry &R, in isMatchingReloc() 147 const ELFRelocationEntry &X) { in isMatchingReloc() 381 void MipsELFObjectWriter::sortRelocs(std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs() 390 [](const ELFRelocationEntry &A, const ELFRelocationEntry &B) { in sortRelocs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCELFObjectWriter.h | 35 struct ELFRelocationEntry { struct 41 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() argument 95 virtual void sortRelocs(std::vector<ELFRelocationEntry> &Relocs); 150 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations;
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFObjectTargetWriter.cpp | 21 std::vector<ELFRelocationEntry> &Relocs) {} in sortRelocs()
|
| H A D | ELFObjectWriter.cpp | 802 static void encodeCrel(ArrayRef<ELFRelocationEntry> Relocs, raw_ostream &OS) { in encodeCrel() 804 ELF::encodeCrel<Is64>(OS, Relocs, [&](const ELFRelocationEntry &R) { in encodeCrel() 812 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations() 820 for (const ELFRelocationEntry &Entry : Relocs) { in writeRelocations() 860 for (const ELFRelocationEntry &Entry : Relocs) { in writeRelocations()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 22830 …ELFRelocationEntry, std::allocator<(anonymous namespace)::ELFObjectWriter::ELFRelocationEntry>>, l… 22832 …:array_pod_sort_comparator<(anonymous namespace)::ELFObjectWriter::ELFRelocationEntry>(void const*…
|