LLVM 22.0.0git
StaticDataAnnotator.cpp File Reference

Go to the source code of this file.

Classes

class  StaticDataAnnotator
 A module pass which iterates global variables in the module and annotates their section prefixes based on profile-driven analysis. More...

Macros

#define DEBUG_TYPE   "static-data-annotator"

Functions

 INITIALIZE_PASS (StaticDataAnnotator, DEBUG_TYPE, "Static Data Annotator", false, false) ModulePass *llvm

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "static-data-annotator"

Definition at line 39 of file StaticDataAnnotator.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( StaticDataAnnotator ,
DEBUG_TYPE ,
"Static Data Annotator" ,
false ,
false  )

Definition at line 102 of file StaticDataAnnotator.cpp.

References llvm::createStaticDataAnnotatorPass(), and DEBUG_TYPE.