LLVM: llvm::jitlink::DWARFRecordSectionSplitter Class Reference (original) (raw)
A LinkGraph pass that splits blocks in a section that follows the DWARF Record format into sub-blocks where each header gets its own block. More...
#include "[llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h](DWARFRecordSectionSplitter%5F8h%5Fsource.html)"
Detailed Description
A LinkGraph pass that splits blocks in a section that follows the DWARF Record format into sub-blocks where each header gets its own block.
When splitting EHFrames, DWARFRecordSectionSplitter should not be run without EHFrameEdgeFixer, which is responsible for adding FDE-to-CIE edges.
Definition at line 21 of file DWARFRecordSectionSplitter.h.
Constructor & Destructor Documentation
| llvm::jitlink::DWARFRecordSectionSplitter::DWARFRecordSectionSplitter | ( | StringRef | SectionName | ) |
|---|
Member Function Documentation
◆ operator()()
| Error llvm::jitlink::DWARFRecordSectionSplitter::operator() | ( | LinkGraph & | G | ) |
|---|
The documentation for this class was generated from the following files:
- include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h
- lib/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.cpp