LLVM API Documentation
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
bool | llvm::UpgradeIntrinsicFunction (Function *F, Function *&NewFn) |
void | llvm::UpgradeIntrinsicCall (CallInst *CI, Function *NewFn) |
void | llvm::UpgradeCallsToIntrinsic (Function *F) |
bool | llvm::UpgradeGlobalVariable (GlobalVariable *GV) |
void | llvm::UpgradeInstWithTBAATag (Instruction *I) |
Instruction * | llvm::UpgradeBitCastInst (unsigned Opc, Value *V, Type *DestTy, Instruction *&Temp) |
Value * | llvm::UpgradeBitCastExpr (unsigned Opc, Constant *C, Type *DestTy) |
bool | llvm::UpgradeDebugInfo (Module &M) |
void | llvm::UpgradeMDStringConstant (std::string &String) |
Upgrade a metadata string constant in place. |