Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.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
20}
21#endif // NDEBUG
22
23} // namespace llvm::sandboxir
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition raw_ostream.h:53
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:107
void printAsOperandCommon(raw_ostream &OS) const
Definition Value.cpp:111
void dumpCommonPrefix(raw_ostream &OS) const
Definition Value.cpp:100