LLVM API Documentation
#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"
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 DEBUG_TYPE "ctor_utils" |
Definition at line 22 of file CtorUtils.cpp.