Home
last modified time | relevance | path

Searched refs:collectUsedGlobalVariables (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
DGlobalMerge.cpp160 void collectUsedGlobalVariables(Module &M);
484 void GlobalMerge::collectUsedGlobalVariables(Module &M) { in collectUsedGlobalVariables() function in GlobalMerge
499 collectUsedGlobalVariables(M); in setMustKeepGlobalVariables()
/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp213 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in moduleCanBeRenamedForThinLTO()
/external/llvm/lib/Transforms/IPO/
DInternalize.cpp158 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
DGlobalOpt.cpp2232 UsedV = collectUsedGlobalVariables(M, Used, false); in LLVMUsed()
2233 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()
/external/llvm/lib/IR/
DModule.cpp522 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
/external/llvm/include/llvm/IR/
DModule.h828 GlobalVariable *collectUsedGlobalVariables(const Module &M,
/external/clang/lib/CodeGen/
DBackendUtil.cpp828 GlobalVariable *Used = collectUsedGlobalVariables(*M, UsedGlobals, true); in EmbedBitcode()
/external/llvm/tools/gold/
Dgold-plugin.cpp710 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in getModuleForFile()