LLVM
8.0.1
|
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constant.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Value.h"
#include "llvm/Pass.h"
#include "llvm/Support/Casting.h"
#include "llvm/Transforms/Utils/EscapeEnumerator.h"
#include <cassert>
#include <cstddef>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "shadow-stack-gc-lowering" |
Functions | |
INITIALIZE_PASS_BEGIN (ShadowStackGCLowering, DEBUG_TYPE, "Shadow Stack GC Lowering", false, false) INITIALIZE_PASS_END(ShadowStackGCLowering | |
Variables | |
DEBUG_TYPE | |
Shadow Stack GC | Lowering |
Shadow Stack GC | false |
Definition at line 47 of file ShadowStackGCLowering.cpp.
INITIALIZE_PASS_BEGIN | ( | ShadowStackGCLowering | , |
DEBUG_TYPE | , | ||
"Shadow Stack GC Lowering" | , | ||
false | , | ||
false | |||
) |
DEBUG_TYPE |
Definition at line 93 of file ShadowStackGCLowering.cpp.
Shadow Stack GC false |
Definition at line 93 of file ShadowStackGCLowering.cpp.
Shadow Stack GC Lowering |
Definition at line 93 of file ShadowStackGCLowering.cpp.
Referenced by llvm::createR600ISelDag(), getConstantValue(), getSubOpcode(), isPushPop(), isStackPtrRelative(), and stripExtractLoElt().