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) return;
70 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
H A DStripSymbols.cpp192 static void findUsedValues(GlobalVariable *LLVMUsed, argument
194 if (!LLVMUsed) return;
195 UsedValues.insert(LLVMUsed);
197 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
H A DGlobalOpt.cpp2750 class LLVMUsed { class in namespace:__anon10961
2757 LLVMUsed(Module &M) { function in class:__anon10961::LLVMUsed
2793 static bool hasUseOtherThanLLVMUsed(GlobalAlias &GA, const LLVMUsed &U) {
2810 const LLVMUsed &U) {
2820 static bool mayHaveOtherReferences(GlobalAlias &GA, const LLVMUsed &U) {
2827 static bool hasUsesToReplace(GlobalAlias &GA, const LLVMUsed &U,
2861 LLVMUsed Used(M);
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp418 static void findUsedValues(GlobalVariable *LLVMUsed, argument
420 if (!LLVMUsed) return;
422 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
/external/clang/lib/CodeGen/
H A DCodeGenModule.h348 std::vector<llvm::WeakVH> LLVMUsed; member in class:clang::CodeGen::CodeGenModule

Completed in 136 milliseconds