LLVM API Documentation
#include "llvm/Transforms/IPO.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Instructions.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/SymbolTable.h"
Include dependency graph for StripSymbols.cpp:
Go to the source code of this file.
Functions | |
ModulePass * | llvm::createStripSymbolsPass (bool OnlyDebugInfo) |
static void | RemoveDeadConstant (Constant *C) |
|
Definition at line 53 of file StripSymbols.cpp. References llvm::User::getNumOperands(), llvm::Constant::getOperand(), llvm::Value::getType(), llvm::Value::hasOneUse(), and llvm::Value::use_empty(). |
|
|