LLVM 19.0.0git
Macros | Functions | Variables
ShadowStackGCLowering.cpp File Reference
#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 <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
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "shadow-stack-gc-lowering"

Definition at line 51 of file ShadowStackGCLowering.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( ShadowStackGCLowering  ,
DEBUG_TYPE  ,
"Shadow Stack GC Lowering"  ,
false  ,
false   
)

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 140 of file ShadowStackGCLowering.cpp.

◆ false

Shadow Stack GC false

Definition at line 141 of file ShadowStackGCLowering.cpp.

◆ Lowering

Shadow Stack GC Lowering

Definition at line 141 of file ShadowStackGCLowering.cpp.