LLVM
22.0.0git
include
llvm
DebugInfo
DWARF
DWARFCFIPrinter.h
Go to the documentation of this file.
1
//===- DWARFCFIPrinter.h ----------------------------------------*- C++ -*-===//
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
9
#ifndef LLVM_DEBUGINFO_DWARF_DWARFCFIPRINTER_H
10
#define LLVM_DEBUGINFO_DWARF_DWARFCFIPRINTER_H
11
12
#include "
llvm/DebugInfo/DWARF/LowLevel/DWARFCFIProgram.h
"
13
#include "
llvm/Support/Compiler.h
"
14
15
namespace
llvm
{
16
17
struct
DIDumpOptions;
18
19
namespace
dwarf {
20
21
LLVM_ABI
void
printCFIProgram
(
const
CFIProgram &
P
, raw_ostream &
OS
,
22
const
DIDumpOptions &DumpOpts,
23
unsigned
IndentLevel,
24
std::optional<uint64_t>
Address
);
25
26
}
// end namespace dwarf
27
28
}
// end namespace llvm
29
30
#endif
// LLVM_DEBUGINFO_DWARF_DWARFCFIPRINTER_H
Compiler.h
LLVM_ABI
#define LLVM_ABI
Definition:
Compiler.h:213
DWARFCFIProgram.h
P
#define P(N)
OS
raw_pwrite_stream & OS
Definition:
SampleProfWriter.cpp:51
llvm::dwarf::printCFIProgram
LLVM_ABI void printCFIProgram(const CFIProgram &P, raw_ostream &OS, const DIDumpOptions &DumpOpts, unsigned IndentLevel, std::optional< uint64_t > Address)
Definition:
DWARFCFIPrinter.cpp:106
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
llvm::CaptureComponents::Address
@ Address
Generated on Wed Sep 3 2025 01:19:23 for LLVM by
1.9.6