Searched refs:mustPreserveList (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 279 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()
|
D | LTOCodeGenerator.h | 52 std::vector<const char*> &mustPreserveList,
|