LLVM API Documentation
Go to the source code of this file.
Namespaces | |
namespace | 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. | |
GlobalVariable * | llvm::collectUsedGlobalVariables (Module &M, SmallPtrSetImpl< GlobalValue * > &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. |