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

  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 314 const ArrayRef<StringRef> &Libcalls,
340 std::binary_search(Libcalls.begin(), Libcalls.end(), GV.getName()))
355 static void accumulateAndSortLibcalls(std::vector<StringRef> &Libcalls,
365 Libcalls.push_back(TLI.getName(F));
375 Libcalls.push_back(Name);
377 array_pod_sort(Libcalls.begin(), Libcalls.end());
378 Libcalls.erase(std::unique(Libcalls.begin(), Libcalls.end())
    [all...]
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 125 void applyRestriction(GlobalValue &GV, const ArrayRef<StringRef> &Libcalls,

Completed in 111 milliseconds