diff options
Diffstat (limited to 'lld/ELF/InputSection.h')
| -rw-r--r-- | lld/ELF/InputSection.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h index 33584745989..fe3c8e054bd 100644 --- a/lld/ELF/InputSection.h +++ b/lld/ELF/InputSection.h @@ -64,6 +64,11 @@ public: } uintX_t getOffset(const Elf_Sym &Sym); + + // Translate an offset in the input section to an offset in the output + // section. + uintX_t getOffset(uintX_t Offset); + ArrayRef<uint8_t> getSectionData() const; // Returns a section that Rel is pointing to. Used by the garbage collector. |

