|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFCFIProgram.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Errc.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <cinttypes>#include <cstdint>Go to the source code of this file.
Macros | |
| #define | ENUM_TO_CSTR(e) |
| #define | DECLARE_OP3(OP, OPTYPE0, OPTYPE1, OPTYPE2) |
| #define | DECLARE_OP2(OP, OPTYPE0, OPTYPE1) |
| #define | DECLARE_OP1(OP, OPTYPE0) |
| #define | DECLARE_OP0(OP) |
| #define DECLARE_OP0 | ( | OP | ) |
Referenced by llvm::dwarf::CFIProgram::getOperandTypes().
| #define DECLARE_OP1 | ( | OP, | |
| OPTYPE0 ) |
Referenced by llvm::dwarf::CFIProgram::getOperandTypes().
| #define DECLARE_OP2 | ( | OP, | |
| OPTYPE0, | |||
| OPTYPE1 ) |
Referenced by llvm::dwarf::CFIProgram::getOperandTypes().
| #define DECLARE_OP3 | ( | OP, | |
| OPTYPE0, | |||
| OPTYPE1, | |||
| OPTYPE2 ) |
Referenced by llvm::dwarf::CFIProgram::getOperandTypes().
| #define ENUM_TO_CSTR | ( | e | ) |
Referenced by llvm::dwarf::CFIProgram::operandTypeString().