LLVM 19.0.0git
Classes | Namespaces | Typedefs | Functions
DWARFAddressRange.h File Reference
#include "llvm/DebugInfo/DIContext.h"
#include "llvm/Object/ObjectFile.h"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <tuple>
#include <vector>

Go to the source code of this file.

Classes

struct  llvm::DWARFAddressRange
 

Namespaces

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

Typedefs

using llvm::DWARFAddressRangesVector = std::vector< DWARFAddressRange >
 DWARFAddressRangesVector - represents a set of absolute address ranges.
 

Functions

bool llvm::operator< (const DWARFAddressRange &LHS, const DWARFAddressRange &RHS)
 
bool llvm::operator== (const DWARFAddressRange &LHS, const DWARFAddressRange &RHS)
 
raw_ostreamllvm::operator<< (raw_ostream &OS, const DWARFAddressRange &R)