LLVM API Documentation
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... | |
GlobalVariable * | llvm::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... | |