LLVM 18.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/DWARFLinkerCompileUnit.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::AddressesMap |
AddressesMap represents information about valid addresses used by debug information. More... | |
struct | llvm::DebugDieValuePool |
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::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 } |