LLVM API Documentation

Namespaces | Defines | Functions
CtorUtils.cpp File Reference
#include "llvm/Transforms/Utils/CtorUtils.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"
Include dependency graph for CtorUtils.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Defines

#define DEBUG_TYPE   "ctor_utils"

Functions

bool llvm::optimizeGlobalCtorsList (Module &M, function_ref< bool(Function *)> ShouldRemove)

Define Documentation

#define DEBUG_TYPE   "ctor_utils"

Definition at line 22 of file CtorUtils.cpp.