HomeSort by relevance Sort by last modified time
    Searched refs:applyRestriction (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 158 void applyRestriction(GlobalValue &GV, ArrayRef<StringRef> Libcalls,
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 320 applyRestriction(GlobalValue &GV,
418 applyRestriction(f, Libcalls, MustPreserveList, AsmUsed, Mangler);
420 applyRestriction(v, Libcalls, MustPreserveList, AsmUsed, Mangler);
422 applyRestriction(a, Libcalls, MustPreserveList, AsmUsed, Mangler);

Completed in 941 milliseconds