Searched refs:MustPreserveList (Results 1 - 2 of 2) 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
/external/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h126 std::vector<const char *> &MustPreserveList,

Completed in 1788 milliseconds