LLVM 19.0.0git
Classes | Namespaces | Functions
DWARFUnit.h File Reference
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/DebugInfo/DWARF/DWARFAddressRange.h"
#include "llvm/DebugInfo/DWARF/DWARFDataExtractor.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
#include "llvm/DebugInfo/DWARF/DWARFLocationExpression.h"
#include "llvm/DebugInfo/DWARF/DWARFUnitIndex.h"
#include "llvm/Support/DataExtractor.h"
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <map>
#include <memory>
#include <set>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  llvm::DWARFUnitHeader
 Base class describing the header of any kind of "unit." Some information is specific to certain unit types. More...
 
class  llvm::DWARFUnitVector
 Describe a collection of units. More...
 
struct  llvm::StrOffsetsContributionDescriptor
 Represents base address of the CU. More...
 
class  llvm::DWARFUnit
 

Namespaces

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

Functions

const DWARFUnitIndexllvm::getDWARFUnitIndex (DWARFContext &Context, DWARFSectionKind Kind)
 
bool llvm::isCompileUnit (const std::unique_ptr< DWARFUnit > &U)