Searched defs:LLVMUsed (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp67 static void FindUsedValues(GlobalVariable *LLVMUsed, argument
69 if (LLVMUsed == 0) return;
70 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
H A DStripSymbols.cpp194 static void findUsedValues(GlobalVariable *LLVMUsed, argument
196 if (LLVMUsed == 0) return;
197 UsedValues.insert(LLVMUsed);
199 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
H A DGlobalOpt.cpp3085 class LLVMUsed { class in namespace:__anon22519
3092 LLVMUsed(Module &M) { function in class:__anon22519::LLVMUsed
3119 static bool hasUseOtherThanLLVMUsed(GlobalAlias &GA, const LLVMUsed &U) {
3136 const LLVMUsed &U) {
3146 static bool mayHaveOtherReferences(GlobalAlias &GA, const LLVMUsed &U) {
3153 static bool hasUsesToReplace(GlobalAlias &GA, LLVMUsed &U, bool &RenameTarget) {
3186 LLVMUsed Used(M);
/external/llvm/tools/lto/
H A DLTOCodeGenerator.cpp320 static void findUsedValues(GlobalVariable *LLVMUsed, argument
322 if (LLVMUsed == 0) return;
324 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
/external/clang/lib/CodeGen/
H A DCodeGenModule.h282 /// LLVMUsed - List of global values which are required to be
286 std::vector<llvm::WeakVH> LLVMUsed; member in class:clang::CodeGen::CodeGenModule

Completed in 94 milliseconds