LLVM 20.0.0git
Argument.cpp
Go to the documentation of this file.
1//===- Argument.cpp - The function Argument class of Sandbox IR -----------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
10
11namespace llvm::sandboxir {
12
13#ifndef NDEBUG
16}
20}
21#endif // NDEBUG
22
23} // namespace llvm::sandboxir
raw_pwrite_stream & OS
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition: raw_ostream.h:52
void dumpOS(raw_ostream &OS) const final
Definition: Argument.cpp:17
void printAsOperand(raw_ostream &OS) const
Definition: Argument.cpp:14
void dumpCommonSuffix(raw_ostream &OS) const
Definition: Value.cpp:105
void printAsOperandCommon(raw_ostream &OS) const
Definition: Value.cpp:109
void dumpCommonPrefix(raw_ostream &OS) const
Definition: Value.cpp:98