Searched refs:applyRestriction (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 278 void LTOCodeGenerator::applyRestriction(GlobalValue &GV, in applyRestriction() function in LTOCodeGenerator 322 applyRestriction(*f, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions() 325 applyRestriction(*v, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions() 328 applyRestriction(*a, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
|
D | LTOCodeGenerator.h | 51 void applyRestriction(llvm::GlobalValue &GV,
|