LLVM 22.0.0git
|
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/iterator.h"
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFCFIProgram.h"
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFUnwindTable.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Error.h"
#include "llvm/TargetParser/Triple.h"
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::dwarf::FrameEntry |
An entry in either debug_frame or eh_frame. More... | |
class | llvm::dwarf::CIE |
DWARF Common Information Entry (CIE) More... | |
class | llvm::dwarf::FDE |
DWARF Frame Description Entry (FDE) More... | |
class | llvm::DWARFDebugFrame |
A parsed .debug_frame or .eh_frame section. More... |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::dwarf |
Calculates the starting offsets for various sections within the .debug_names section. |
Functions | |
LLVM_ABI Expected< UnwindTable > | llvm::dwarf::createUnwindTable (const CIE *Cie) |
Create an UnwindTable from a Common Information Entry (CIE). | |
LLVM_ABI Expected< UnwindTable > | llvm::dwarf::createUnwindTable (const FDE *Fde) |
Create an UnwindTable from a Frame Descriptor Entry (FDE). |