LLVM 19.0.0git
Macros | Functions
AMDGPUCtorDtorLowering.cpp File Reference

This pass creates a unified init and fini kernel with the required metadata. More...

#include "AMDGPUCtorDtorLowering.h"
#include "AMDGPU.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Value.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils/ModuleUtils.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "amdgpu-lower-ctor-dtor"
 

Functions

 INITIALIZE_PASS (AMDGPUCtorDtorLoweringLegacy, DEBUG_TYPE, "Lower ctors and dtors for AMDGPU", false, false) ModulePass *llvm
 

Detailed Description

This pass creates a unified init and fini kernel with the required metadata.

Definition in file AMDGPUCtorDtorLowering.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "amdgpu-lower-ctor-dtor"

Definition at line 26 of file AMDGPUCtorDtorLowering.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( AMDGPUCtorDtorLoweringLegacy  ,
DEBUG_TYPE  ,
"Lower ctors and dtors for AMDGPU"  ,
false  ,
false   
)

Definition at line 189 of file AMDGPUCtorDtorLowering.cpp.