Searched refs:mustPreserveList (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 306 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()
|
D | LTOCodeGenerator.h | 111 std::vector<const char*> &mustPreserveList,
|