LLVM 22.0.0git
|
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
#include <cassert>
#include <cstdint>
#include <vector>
#include "llvm/BinaryFormat/Dwarf.def"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. |
Macros | |
#define | HANDLE_DW_OP_LLVM_USEROP(ID, NAME) |
Functions | |
static std::vector< Desc > | llvm::getOpDescriptions () |
static Desc | llvm::getDescImpl (ArrayRef< Desc > Descriptions, unsigned Opcode) |
static Desc | llvm::getOpDesc (unsigned Opcode) |
static std::vector< Desc > | llvm::getSubOpDescriptions () |
static Desc | llvm::getSubOpDesc (unsigned Opcode, unsigned SubOpcode) |
#define HANDLE_DW_OP_LLVM_USEROP | ( | ID, | |
NAME ) |