|
LLVM
4.0.0
|
Information about the loaded object. More...
#include <RuntimeDyld.h>
Public Types | |
| typedef std::map < object::SectionRef, unsigned > | ObjSectionToIDMap |
Public Member Functions | |
| LoadedObjectInfo (RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) | |
| virtual object::OwningBinary < object::ObjectFile > | getObjectForDebug (const object::ObjectFile &Obj) const =0 |
| uint64_t | getSectionLoadAddress (const object::SectionRef &Sec) const override |
| Obtain the Load Address of a section by SectionRef. More... | |
Public Member Functions inherited from llvm::LoadedObjectInfo | |
| virtual | ~LoadedObjectInfo ()=default |
| virtual bool | getLoadedSectionContents (const object::SectionRef &Sec, StringRef &Data) const |
| If conveniently available, return the content of the given Section. More... | |
| virtual std::unique_ptr < LoadedObjectInfo > | clone () const =0 |
| Obtain a copy of this LoadedObjectInfo. More... | |
Protected Member Functions | |
| virtual void | anchor () |
Protected Member Functions inherited from llvm::LoadedObjectInfo | |
| LoadedObjectInfo (const LoadedObjectInfo &)=default | |
| LoadedObjectInfo ()=default | |
Protected Attributes | |
| RuntimeDyldImpl & | RTDyld |
| ObjSectionToIDMap | ObjSecToIDMap |
Friends | |
| class | RuntimeDyldImpl |
Information about the loaded object.
Definition at line 67 of file RuntimeDyld.h.
| typedef std::map<object::SectionRef, unsigned> llvm::RuntimeDyld::LoadedObjectInfo::ObjSectionToIDMap |
Definition at line 71 of file RuntimeDyld.h.
|
inline |
Definition at line 73 of file RuntimeDyld.h.
|
protectedvirtual |
Definition at line 70 of file RuntimeDyld.cpp.
|
pure virtual |
|
overridevirtual |
Obtain the Load Address of a section by SectionRef.
Calculate the address of the given section. The section need not be present in the local address space. The addresses need to be consistent with the addresses used to query the DIContext and the output of this function should be deterministic, i.e. repeated calls with the same Sec should give the same address.
Implements llvm::LoadedObjectInfo.
Definition at line 985 of file RuntimeDyld.cpp.
References I.
|
friend |
Definition at line 68 of file RuntimeDyld.h.
|
protected |
Definition at line 86 of file RuntimeDyld.h.
|
protected |
Definition at line 85 of file RuntimeDyld.h.
1.8.6