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

  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 389 std::vector<const char*> &MustPreserveList,
404 MustPreserveList.push_back(GV.getName().data());
477 std::vector<const char*> MustPreserveList;
487 applyRestriction(*f, Libcalls, MustPreserveList, AsmUsed, Mangler);
490 applyRestriction(*v, Libcalls, MustPreserveList, AsmUsed, Mangler);
493 applyRestriction(*a, Libcalls, MustPreserveList, AsmUsed, Mangler);
519 passes.add(createInternalizePass(MustPreserveList));
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 145 std::vector<const char *> &MustPreserveList,

Completed in 75 milliseconds