LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
ModuleUtils.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SmallPtrSet< PtrType, SmallSize >
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

void llvm::appendToGlobalCtors (Module &M, Function *F, int Priority)
 
void llvm::appendToGlobalDtors (Module &M, Function *F, int Priority)
 Same as appendToGlobalCtors(), but for global dtors. More...
 
GlobalVariablellvm::collectUsedGlobalVariables (Module &M, SmallPtrSet< GlobalValue *, 8 > &Set, bool CompilerUsed)
 Given "llvm.used" or "llvm.compiler.used" as a global name, collect the initializer elements of that global in Set and return the global itself. More...