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