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 388 ArrayRef<StringRef> Libcalls,
414 std::binary_search(Libcalls.begin(), Libcalls.end(), GV.getName()))
432 static void accumulateAndSortLibcalls(std::vector<StringRef> &Libcalls,
442 Libcalls.push_back(TLI.getName(F));
458 Libcalls.push_back(Name);
461 array_pod_sort(Libcalls.begin(), Libcalls.end());
462 Libcalls.erase(std::unique(Libcalls.begin(), Libcalls.end())
    [all...]
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 144 void applyRestriction(GlobalValue &GV, ArrayRef<StringRef> Libcalls,

Completed in 239 milliseconds