|
LLVM
3.7.0
|
#include <RuntimeDyld.h>
Public Member Functions | |
| LoadedObjectInfoHelper (RuntimeDyldImpl &RTDyld, unsigned BeginIdx, unsigned EndIdx) | |
| std::unique_ptr < llvm::LoadedObjectInfo > | clone () const override |
| Obtain a copy of this LoadedObjectInfo. More... | |
Public Member Functions inherited from llvm::RuntimeDyld::LoadedObjectInfo | |
| LoadedObjectInfo (RuntimeDyldImpl &RTDyld, unsigned BeginIdx, unsigned EndIdx) | |
| virtual object::OwningBinary < object::ObjectFile > | getObjectForDebug (const object::ObjectFile &Obj) const =0 |
| uint64_t | getSectionLoadAddress (StringRef Name) const |
| Obtain the Load Address of a section by Name. More... | |
Public Member Functions inherited from llvm::LoadedObjectInfo | |
| virtual | ~LoadedObjectInfo ()=default |
| virtual bool | getLoadedSectionContents (StringRef Name, StringRef &Data) const |
| If conveniently available, return the content of the given Section. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::RuntimeDyld::LoadedObjectInfo | |
| virtual void | anchor () |
Protected Attributes inherited from llvm::RuntimeDyld::LoadedObjectInfo | |
| RuntimeDyldImpl & | RTDyld |
| unsigned | BeginIdx |
| unsigned | EndIdx |
Definition at line 78 of file RuntimeDyld.h.
|
inline |
Definition at line 79 of file RuntimeDyld.h.
|
inlineoverridevirtual |
Obtain a copy of this LoadedObjectInfo.
The caller is responsible for deallocation once the copy is no longer required.
Implements llvm::LoadedObjectInfo.
Definition at line 82 of file RuntimeDyld.h.
1.8.6