Searched refs:LLVMUsed (Results 1 - 6 of 6) sorted by last modified time

/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp344 static void findUsedValues(GlobalVariable *LLVMUsed, argument
346 if (!LLVMUsed) return;
348 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp68 static void FindUsedValues(GlobalVariable *LLVMUsed, argument
70 if (!LLVMUsed) return;
71 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
H A DGlobalOpt.cpp2749 class LLVMUsed { class in namespace:__anon26229
2756 LLVMUsed(Module &M) { function in class:__anon26229::LLVMUsed
2783 static bool hasUseOtherThanLLVMUsed(GlobalAlias &GA, const LLVMUsed &U) {
2800 const LLVMUsed &U) {
2810 static bool mayHaveOtherReferences(GlobalAlias &GA, const LLVMUsed &U) {
2817 static bool hasUsesToReplace(GlobalAlias &GA, LLVMUsed &U, bool &RenameTarget) {
2850 LLVMUsed Used(M);
H A DStripSymbols.cpp193 static void findUsedValues(GlobalVariable *LLVMUsed, argument
195 if (!LLVMUsed) return;
196 UsedValues.insert(LLVMUsed);
198 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp875 LLVMUsed.push_back(GV);
911 emitUsed(*this, "llvm.used", LLVMUsed);
H A DCodeGenModule.h341 std::vector<llvm::WeakVH> LLVMUsed; member in class:clang::CodeGen::CodeGenModule

Completed in 1424 milliseconds