diff options
Diffstat (limited to 'llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h')
-rw-r--r-- | llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h index 10e146b70ec..a379d9c85b3 100644 --- a/llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h +++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h @@ -44,13 +44,6 @@ public: uint64_t getRelocatedAddress(uint32_t *Off, uint64_t *SecIx = nullptr) const { return getRelocatedValue(getAddressSize(), Off, SecIx); } - - /// Extracts a DWARF-encoded pointer in \p Offset using \p Encoding. - /// There is a DWARF encoding that uses a PC-relative adjustment. - /// For these values, \p AbsPosOffset is used to fix them, which should - /// reflect the absolute address of this pointer. - Optional<uint64_t> getEncodedPointer(uint32_t *Offset, uint8_t Encoding, - uint64_t AbsPosOffset = 0) const; }; } // end namespace llvm |