LLVM 20.0.0git
|
#include "llvm/ADT/AddressRanges.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/CodeGen/AccelTable.h"
#include "llvm/CodeGen/NonRelocatableStringpool.h"
#include "llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h"
#include "llvm/DWARFLinker/DWARFLinkerBase.h"
#include "llvm/DWARFLinker/IndexedValuesMap.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugLine.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugRangeList.h"
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
#include <map>
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 > > |