Searched refs:applyRestriction (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 387 applyRestriction(GlobalValue &GV, in applyRestriction() function in LTOCodeGenerator 487 applyRestriction(*f, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 490 applyRestriction(*v, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions() 493 applyRestriction(*a, Libcalls, MustPreserveList, AsmUsed, Mangler); in applyScopeRestrictions()
|
/external/llvm/include/llvm/LTO/ |
D | LTOCodeGenerator.h | 144 void applyRestriction(GlobalValue &GV, ArrayRef<StringRef> Libcalls,
|