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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 97 if (skipModuleByDistributedBackend())
118 // 1 bit: SkipModuleByDistributedBackend flag.
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1072 bool SkipModuleByDistributedBackend = false;
1232 bool skipModuleByDistributedBackend() const {
1233 return SkipModuleByDistributedBackend;
1236 SkipModuleByDistributedBackend = true;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1632 if (!CombinedIndex->skipModuleByDistributedBackend()) {

Completed in 20 milliseconds