HomeSort by: relevance | last modified time | path
    Searched refs:hasExportedFunctions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
FunctionImportUtils.h 40 bool HasExportedFunctions = false;
77 bool isModuleExporting() const { return HasExportedFunctions; }
111 HasExportedFunctions = ImportIndex.hasExportedFunctions(M);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1436 bool hasExportedFunctions(const Module &M) const {

Completed in 26 milliseconds