Searched refs:applyRestriction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h125 void applyRestriction(GlobalValue &GV, const ArrayRef<StringRef> &Libcalls,
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp313 applyRestriction(GlobalValue &GV, function in class:LTOCodeGenerator
402 applyRestriction(*f, Libcalls, MustPreserveList, AsmUsed, Mangler);
405 applyRestriction(*v, Libcalls, MustPreserveList, AsmUsed, Mangler);
408 applyRestriction(*a, Libcalls, MustPreserveList, AsmUsed, Mangler);

Completed in 141 milliseconds