LLVM 19.0.0git
Macros | Functions
Annotation2Metadata.cpp File Reference
#include "llvm/Transforms/IPO/Annotation2Metadata.h"
#include "llvm/Analysis/OptimizationRemarkEmitter.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Module.h"
#include "llvm/Transforms/IPO.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "annotation2metadata"
 

Functions

static bool convertAnnotation2Metadata (Module &M)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "annotation2metadata"

Definition at line 24 of file Annotation2Metadata.cpp.

Function Documentation

◆ convertAnnotation2Metadata()

static bool convertAnnotation2Metadata ( Module M)
static