Searched refs:MustPreserveList (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 389 std::vector<const char*> &MustPreserveList, in applyRestriction() argument 404 MustPreserveList.push_back(GV.getName().data()); in applyRestriction() 477 std::vector<const char*> MustPreserveList; in applyScopeRestrictions() local 487 applyRestriction(*f, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 490 applyRestriction(*v, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 493 applyRestriction(*a, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 519 passes.add(createInternalizePass(MustPreserveList)); in applyScopeRestrictions()
|
/external/llvm/include/llvm/LTO/ |
D | LTOCodeGenerator.h | 145 std::vector<const char *> &MustPreserveList,
|