|
LLVM
3.7.0
|
#include "llvm/CodeGen/StackMaps.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/IR/DataLayout.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCObjectFileInfo.h"#include "llvm/MC/MCSectionMachO.h"#include "llvm/MC/MCStreamer.h"#include "llvm/Support/CommandLine.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Target/TargetOpcodes.h"#include "llvm/Target/TargetRegisterInfo.h"#include "llvm/Target/TargetSubtargetInfo.h"#include <iterator>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "stackmaps" |
Functions | |
| static unsigned | getDwarfRegNum (unsigned Reg, const TargetRegisterInfo *TRI) |
| Go up the super-register chain until we hit a valid dwarf register number. More... | |
Variables | |
| static cl::opt< int > | StackMapVersion ("stackmap-version", cl::init(1), cl::desc("Specify the stackmap encoding version (default = 1)")) |
| #define DEBUG_TYPE "stackmaps" |
Definition at line 30 of file StackMaps.cpp.
|
static |
Go up the super-register chain until we hit a valid dwarf register number.
Definition at line 78 of file StackMaps.cpp.
References llvm::MCRegisterInfo::getDwarfRegNum(), and llvm::MCRegisterInfo::DiffListIterator::isValid().
|
static |
Referenced by llvm::StackMaps::StackMaps().
1.8.6