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