LLVM 17.0.0git
Classes | Namespaces | Typedefs | Enumerations
DwarfDebug.h File Reference
#include "AddressPool.h"
#include "DebugLocEntry.h"
#include "DebugLocStream.h"
#include "DwarfFile.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/CodeGen/AccelTable.h"
#include "llvm/CodeGen/DbgEntityHistoryCalculator.h"
#include "llvm/CodeGen/DebugHandlerBase.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/Metadata.h"
#include "llvm/MC/MCDwarf.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Target/TargetOptions.h"
#include <cassert>
#include <cstdint>
#include <limits>
#include <memory>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  llvm::DbgEntity
 This class is defined as the common parent of DbgVariable and DbgLabel such that it could levarage polymorphism to extract common code for DbgVariable and DbgLabel. More...
 
class  llvm::DbgVariable
 This class is used to track local variable information. More...
 
class  llvm::DbgLabel
 This class is used to track label information. More...
 
class  llvm::DbgCallSiteParam
 Used for tracking debug info about call site parameters. More...
 
struct  llvm::SymbolCU
 Helper used to pair up a symbol and its DWARF compile unit. More...
 
class  llvm::DwarfDebug
 Collects and handles dwarf debug information. More...
 

Namespaces

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

Typedefs

using llvm::ParamSet = SmallVector< DbgCallSiteParam, 4 >
 Collection used for storing debug call site parameters.
 

Enumerations

enum class  llvm::AccelTableKind { llvm::Default , llvm::None , llvm::Apple , llvm::Dwarf }
 The kind of accelerator tables we should emit. More...