Searched refs:applyRestriction (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 258 applyRestriction(GlobalValue &GV, in applyRestriction() function in LTOCodeGenerator 302 applyRestriction(*f, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions() 305 applyRestriction(*v, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions() 308 applyRestriction(*a, mustPreserveList, asmUsed, mangler); in applyScopeRestrictions()
|
D | LTOCodeGenerator.h | 60 void applyRestriction(llvm::GlobalValue &GV,
|