LLVM 22.0.0git
DWARFDebugFrame.h File Reference

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< UnwindTablellvm::dwarf::createUnwindTable (const CIE *Cie)
 Create an UnwindTable from a Common Information Entry (CIE).
LLVM_ABI Expected< UnwindTablellvm::dwarf::createUnwindTable (const FDE *Fde)
 Create an UnwindTable from a Frame Descriptor Entry (FDE).