Write A to OS as a hexadecimal address.

Synopsis

Declared in <llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    ExecutorAddr const& A);

Return Value

Reference to OS after writing.

Parameters

Name

Description

OS

Output stream.

A

Address to print.

Created with MrDocs