Home
last modified time | relevance | path

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

/external/llvm/tools/lto/
DLTOCodeGenerator.cpp306 std::vector<const char*> &mustPreserveList, in applyRestriction() argument
315 mustPreserveList.push_back(GV.getName().data()); in applyRestriction()
342 std::vector<const char*> mustPreserveList; in applyScopeRestrictions() local
347 applyRestriction(*f, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
350 applyRestriction(*v, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
353 applyRestriction(*a, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
381 passes.add(createInternalizePass(mustPreserveList)); in applyScopeRestrictions()
DLTOCodeGenerator.h111 std::vector<const char*> &mustPreserveList,