Home
last modified time | relevance | path

Searched refs:MustPreserveList (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp315 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/
DLTOCodeGenerator.h126 std::vector<const char *> &MustPreserveList,