LLVM 17.0.0git
Classes | Namespaces | Typedefs | Enumerations
DWARFLinker.h File Reference
#include "llvm/ADT/AddressRanges.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/CodeGen/AccelTable.h"
#include "llvm/CodeGen/NonRelocatableStringpool.h"
#include "llvm/DWARFLinker/DWARFLinkerCompileUnit.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugLine.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugRangeList.h"
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
#include <map>
Include dependency graph for DWARFLinker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::AddressesMap
 AddressesMap represents information about valid addresses used by debug information. More...
 
class  llvm::DwarfEmitter
 DwarfEmitter presents interface to generate all debug info tables. More...
 
class  llvm::DWARFFile
 This class represents DWARF information for source file and its address map. More...
 
class  llvm::DWARFLinker
 The core of the Dwarf linking logic. More...
 

Namespaces

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

Typedefs

using llvm::Offset2UnitMap = DenseMap< uint64_t, CompileUnit * >
 
using llvm::UnitListTy = std::vector< std::unique_ptr< CompileUnit > >
 
typedef std::function< void(const Twine &Warning, StringRef Context, const DWARFDie *DIE)> llvm::messageHandler
 
typedef std::function< ErrorOr< DWARFFile & >(StringRef ContainerName, StringRef Path)> llvm::objFileLoader
 
typedef std::map< std::string, std::string > llvm::swiftInterfacesMap
 
typedef std::map< std::string, std::string > llvm::objectPrefixMap
 
typedef function_ref< void(const DWARFUnit &Unit)> llvm::CompileUnitHandler
 

Enumerations

enum class  llvm::DwarfLinkerClient { llvm::Dsymutil , llvm::LLD , llvm::General }
 
enum class  llvm::DwarfLinkerAccelTableKind : uint8_t { llvm::Apple , llvm::Pub , llvm::DebugNames }
 The kind of accelerator tables we should emit. More...