Lines Matching defs:GlobalModuleIndex
1 //===--- GlobalModuleIndex.h - Global Module Index --------------*- C++ -*-===//
10 // This file defines the GlobalModuleIndex class, which manages a global index
58 class GlobalModuleIndex {
67 /// GlobalModuleIndex.
117 explicit GlobalModuleIndex(llvm::MemoryBuffer *Buffer,
120 GlobalModuleIndex(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
121 GlobalModuleIndex &operator=(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
124 ~GlobalModuleIndex();
146 static std::pair<GlobalModuleIndex *, ErrorCode>