Searched refs:MustPreserveList (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 322 std::vector<const char*> &MustPreserveList, in applyRestriction() argument 337 MustPreserveList.push_back(GV.getName().data()); in applyRestriction() 409 std::vector<const char*> MustPreserveList; in applyScopeRestrictions() local 418 applyRestriction(f, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 420 applyRestriction(v, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 422 applyRestriction(a, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 448 passes.add(createInternalizePass(MustPreserveList)); in applyScopeRestrictions()
|
/external/llvm/include/llvm/LTO/ |
D | LTOCodeGenerator.h | 159 std::vector<const char *> &MustPreserveList,
|