21 OS <<
format(
"0x%*.*" PRIx64
", ", AddressSize * 2, AddressSize * 2,
LowPC)
22 <<
format(
"0x%*.*" PRIx64, AddressSize * 2, AddressSize * 2,
HighPC);
This class represents lattice values for constants.
format_object< Ts... > format(const char *Fmt, const Ts &... Vals)
These are helper functions used to produce formatted output.
Container for dump options that control which debug information will be dumped.
void dump(raw_ostream &OS, uint32_t AddressSize, DIDumpOptions DumpOpts={}) const
raw_ostream & operator<<(raw_ostream &OS, const APInt &I)
This class implements an extremely fast bulk output stream that can only output to a stream...