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