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

  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 250 std::vector<const char*> &mustPreserveList,
259 mustPreserveList.push_back(GV.getName().data());
288 std::vector<const char*> mustPreserveList;
293 applyRestriction(*f, mustPreserveList, asmUsed, mangler);
296 applyRestriction(*v, mustPreserveList, asmUsed, mangler);
299 applyRestriction(*a, mustPreserveList, asmUsed, mangler);
325 passes.add(createInternalizePass(mustPreserveList));
LTOCodeGenerator.h 61 std::vector<const char*> &mustPreserveList,

Completed in 36 milliseconds