Home
last modified time | relevance | path

Searched refs:mustPreserveList (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp279 std::vector<const char*> &mustPreserveList, in applyRestriction() argument
288 mustPreserveList.push_back(GV.getName().data()); in applyRestriction()
317 std::vector<const char*> mustPreserveList; in applyScopeRestrictions() local
322 applyRestriction(*f, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
325 applyRestriction(*v, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
328 applyRestriction(*a, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
354 passes.add(createInternalizePass(mustPreserveList)); in applyScopeRestrictions()
DLTOCodeGenerator.h52 std::vector<const char*> &mustPreserveList,