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

  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1 //===-- llvm/ModuleSummaryIndex.h - Module Summary Index --------*- C++ -*-===//
11 /// ModuleSummaryIndex.h This file contains the declarations the classes that
332 class ModuleSummaryIndex {
342 ModuleSummaryIndex() = default;
346 ModuleSummaryIndex(const ModuleSummaryIndex &) = delete;
347 void operator=(const ModuleSummaryIndex &) = delete;
443 void mergeFrom(std::unique_ptr<ModuleSummaryIndex> Other,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1 //===- llvm/ModuleSummaryIndex.h - Module Summary Index ---------*- C++ -*-===//
11 /// ModuleSummaryIndex.h This file contains the declarations the classes that
360 friend class ModuleSummaryIndex;
742 class ModuleSummaryIndex {
786 friend yaml::MappingTraits<ModuleSummaryIndex>;
796 ModuleSummaryIndex(bool HaveGVs) : HaveGVs(HaveGVs), Saver(Alloc) {}
    [all...]

Completed in 52 milliseconds