LLVM 20.0.0git
|
#include "llvm/DebugInfo/DIContext.h"
Public Member Functions | |
template<typename... Ts> | |
LoadedObjectInfoHelper (Ts &&...Args) | |
std::unique_ptr< llvm::LoadedObjectInfo > | clone () const override |
Obtain a copy of this LoadedObjectInfo. | |
Public Member Functions inherited from llvm::LoadedObjectInfo | |
virtual | ~LoadedObjectInfo ()=default |
virtual uint64_t | getSectionLoadAddress (const object::SectionRef &Sec) const |
Obtain the Load Address of a section by SectionRef. | |
virtual bool | getLoadedSectionContents (const object::SectionRef &Sec, StringRef &Data) const |
If conveniently available, return the content of the given Section. | |
virtual std::unique_ptr< LoadedObjectInfo > | clone () const =0 |
Obtain a copy of this LoadedObjectInfo. | |
Protected Member Functions | |
LoadedObjectInfoHelper (const LoadedObjectInfoHelper &)=default | |
LoadedObjectInfoHelper ()=default | |
Protected Member Functions inherited from llvm::LoadedObjectInfo | |
LoadedObjectInfo ()=default | |
LoadedObjectInfo (const LoadedObjectInfo &)=default | |
Definition at line 320 of file DIContext.h.
|
protecteddefault |
|
protecteddefault |
|
inline |
Definition at line 327 of file DIContext.h.
|
inlineoverridevirtual |
Obtain a copy of this LoadedObjectInfo.
Implements llvm::LoadedObjectInfo.
Definition at line 329 of file DIContext.h.