|
LLVM 22.0.0git
|
#include "llvm/CodeGen/ShadowStackGCLowering.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringExtras.h"#include "llvm/Analysis/DomTreeUpdater.h"#include "llvm/CodeGen/GCMetadata.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/Dominators.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/InitializePasses.h"#include "llvm/Pass.h"#include "llvm/Support/Casting.h"#include "llvm/Transforms/Utils/EscapeEnumerator.h"#include <cassert>#include <optional>#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 |
| #define DEBUG_TYPE "shadow-stack-gc-lowering" |
Definition at line 50 of file ShadowStackGCLowering.cpp.
| INITIALIZE_PASS_BEGIN | ( | ShadowStackGCLowering | , |
| DEBUG_TYPE | , | ||
| "Shadow Stack GC Lowering" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE, and INITIALIZE_PASS_DEPENDENCY.
| DEBUG_TYPE |
Definition at line 139 of file ShadowStackGCLowering.cpp.
| Shadow Stack GC false |
Definition at line 140 of file ShadowStackGCLowering.cpp.
| Shadow Stack GC Lowering |
Definition at line 140 of file ShadowStackGCLowering.cpp.