|
LLVM
8.0.1
|
#include "llvm/ADT/MapVector.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/IR/CallingConv.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/Debug.h"#include <algorithm>#include <cassert>#include <cstdint>#include <vector>

Go to the source code of this file.
Classes | |
| class | llvm::StackMapOpers |
| MI-level stackmap operands. More... | |
| class | llvm::PatchPointOpers |
| MI-level patchpoint operands. More... | |
| class | llvm::StatepointOpers |
| MI-level Statepoint operands. More... | |
| class | llvm::StackMaps |
| struct | llvm::StackMaps::Location |
| struct | llvm::StackMaps::LiveOutReg |
| struct | llvm::StackMaps::FunctionInfo |
| struct | llvm::StackMaps::CallsiteInfo |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13