LLVM 22.0.0git
DWARFLinker.h File Reference

Go to the source code of this file.

Classes

class  llvm::dwarf_linker::classic::DwarfEmitter
 DwarfEmitter presents interface to generate all debug info tables. More...
class  llvm::dwarf_linker::classic::DWARFLinker
 The core of the Dwarf linking logic. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::dwarf_linker
namespace  llvm::dwarf_linker::classic

Typedefs

using llvm::dwarf_linker::classic::Offset2UnitMap = DenseMap<uint64_t, CompileUnit *>
using llvm::dwarf_linker::classic::DebugDieValuePool = IndexedValuesMap<uint64_t>
using llvm::dwarf_linker::classic::UnitListTy = std::vector<std::unique_ptr<CompileUnit>>