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

/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp315 std::vector<const char*> &MustPreserveList,
330 MustPreserveList.push_back(GV.getName().data());
394 std::vector<const char*> MustPreserveList; local
402 applyRestriction(*f, Libcalls, MustPreserveList, AsmUsed, Mangler);
405 applyRestriction(*v, Libcalls, MustPreserveList, AsmUsed, Mangler);
408 applyRestriction(*a, Libcalls, MustPreserveList, AsmUsed, Mangler);
434 passes.add(createInternalizePass(MustPreserveList));
313 applyRestriction(GlobalValue &GV, const ArrayRef<StringRef> &Libcalls, std::vector<const char*> &MustPreserveList, SmallPtrSet<GlobalValue*, 8> &AsmUsed, Mangler &Mangler) argument

Completed in 78 milliseconds