LLVM: lib/DebugInfo/DWARF/DWARFAddressRange.cpp Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
13
14using namespace llvm;
15
19
22 OS << ", ";
25
26 if (Obj)
28}
29
31 R.dump(OS, 8);
32 return OS;
33}
static LLVM_ABI void dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS, DIDumpOptions DumpOpts, uint64_t SectionIndex)
LLVM_ABI void dumpAddress(raw_ostream &OS, uint64_t Address) const
This class implements an extremely fast bulk output stream that can only output to a stream.
This is an optimization pass for GlobalISel generic memory operations.
raw_ostream & operator<<(raw_ostream &OS, const APFixedPoint &FX)
Container for dump options that control which debug information will be dumped.
LLVM_ABI void dump(raw_ostream &OS, uint32_t AddressSize, DIDumpOptions DumpOpts={}, const DWARFObject *Obj=nullptr) const
Definition DWARFAddressRange.cpp:16