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 322 std::vector<const char*> &MustPreserveList,
337 MustPreserveList.push_back(GV.getName().data());
409 std::vector<const char*> MustPreserveList;
418 applyRestriction(f, Libcalls, MustPreserveList, AsmUsed, Mangler);
420 applyRestriction(v, Libcalls, MustPreserveList, AsmUsed, Mangler);
422 applyRestriction(a, Libcalls, MustPreserveList, AsmUsed, Mangler);
448 passes.add(createInternalizePass(MustPreserveList));
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 159 std::vector<const char *> &MustPreserveList,

Completed in 180 milliseconds