HomeSort by relevance Sort by last modified time
    Searched refs:mustPreserveList (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/lto/
LTOCodeGenerator.h 111 std::vector<const char*> &mustPreserveList,
LTOCodeGenerator.cpp 306 std::vector<const char*> &mustPreserveList,
315 mustPreserveList.push_back(GV.getName().data());
342 std::vector<const char*> mustPreserveList;
347 applyRestriction(*f, mustPreserveList, asmUsed, mangler);
350 applyRestriction(*v, mustPreserveList, asmUsed, mangler);
353 applyRestriction(*a, mustPreserveList, asmUsed, mangler);
381 passes.add(createInternalizePass(mustPreserveList));

Completed in 25 milliseconds