Searched refs:MustPreserveList (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 315 std::vector<const char*> &MustPreserveList, in applyRestriction() argument 330 MustPreserveList.push_back(GV.getName().data()); in applyRestriction() 394 std::vector<const char*> MustPreserveList; in applyScopeRestrictions() local 402 applyRestriction(*f, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 405 applyRestriction(*v, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 408 applyRestriction(*a, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 434 passes.add(createInternalizePass(MustPreserveList)); in applyScopeRestrictions()
|
/external/llvm/include/llvm/LTO/ |
D | LTOCodeGenerator.h | 126 std::vector<const char *> &MustPreserveList,
|