[lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 19:52:33 PDT 2025


================
@@ -431,6 +443,126 @@ class ARMMCInstrAnalysis : public MCInstrAnalysis {
   std::optional<uint64_t>
   evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
                                uint64_t Addr, uint64_t Size) const override;
+
+  std::vector<std::pair<uint64_t, uint64_t>>
+  findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents,
----------------
MaskRay wrote:

Declare it here and define it outside of the class

https://github.com/llvm/llvm-project/pull/130764


More information about the llvm-commits mailing list