llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets
Sanjoy Das 277776a520 [RuntimeDyld] Add accessors to `SectionEntry`; NFC
Summary:
Remove naked access to the data members in `SectionEntry` and route
accesses through accessor functions.  This makes it obvious how the
instances of the class are used, and will also facilitate adding bounds
checking to `advanceStubOffset` in a later change.

Reviewers: lhames, loladiro, andrew.w.kaylor

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D14674

llvm-svn: 253918
2015-11-23 21:47:41 +00:00
..
RuntimeDyldCOFFI386.h [RuntimeDyld] Add accessors to `SectionEntry`; NFC 2015-11-23 21:47:41 +00:00
RuntimeDyldCOFFX86_64.h [RuntimeDyld] Add accessors to `SectionEntry`; NFC 2015-11-23 21:47:41 +00:00
RuntimeDyldMachOAArch64.h [RuntimeDyld] Add accessors to `SectionEntry`; NFC 2015-11-23 21:47:41 +00:00
RuntimeDyldMachOARM.h [RuntimeDyld] Add accessors to `SectionEntry`; NFC 2015-11-23 21:47:41 +00:00
RuntimeDyldMachOI386.h [RuntimeDyld] Add accessors to `SectionEntry`; NFC 2015-11-23 21:47:41 +00:00
RuntimeDyldMachOX86_64.h [RuntimeDyld] Add accessors to `SectionEntry`; NFC 2015-11-23 21:47:41 +00:00