LLVM: llvm::jitlink::ELFLinkGraphBuilderBase Class Reference (original) (raw)
Common link-graph building code shared between all ELFFiles. More...
#include "[ExecutionEngine/JITLink/ELFLinkGraphBuilder.h](ELFLinkGraphBuilder%5F8h%5Fsource.html)"
Inheritance diagram for llvm::jitlink::ELFLinkGraphBuilderBase:
| Protected Attributes | |
|---|---|
| std::unique_ptr< LinkGraph > | G |
Detailed Description
Common link-graph building code shared between all ELFFiles.
Definition at line 28 of file ELFLinkGraphBuilder.h.
Constructor & Destructor Documentation
| llvm::jitlink::ELFLinkGraphBuilderBase::ELFLinkGraphBuilderBase ( std::unique_ptr< LinkGraph > G) | inline |
|---|
◆ ~ELFLinkGraphBuilderBase()
| llvm::jitlink::ELFLinkGraphBuilderBase::~ELFLinkGraphBuilderBase ( ) | virtualdefault |
|---|
Member Function Documentation
◆ getCommonSection()
| Section & llvm::jitlink::ELFLinkGraphBuilderBase::getCommonSection ( ) | inlineprotected |
|---|
◆ isDwarfSection()
| bool llvm::jitlink::ELFLinkGraphBuilderBase::isDwarfSection ( StringRef SectionName) | inlinestaticprotected |
|---|
Member Data Documentation
◆ G
| std::unique_ptr<LinkGraph> llvm::jitlink::ELFLinkGraphBuilderBase::G | protected |
|---|
The documentation for this class was generated from the following files:
- lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
- lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.cpp