LLVM: lib/SandboxIR/Argument.cpp Source File (original) (raw)
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
12
13#ifndef NDEBUG
21#endif // NDEBUG
22
23} // namespace llvm::sandboxir
This class implements an extremely fast bulk output stream that can only output to a stream.
LLVM_ABI_FOR_TEST 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
void printAsOperandCommon(raw_ostream &OS) const
void dumpCommonPrefix(raw_ostream &OS) const