Home | History | Annotate | Download | only in Serialization

Lines Matching refs:GlobalModuleIndex

1 //===--- GlobalModuleIndex.h - Global Module Index --------------*- C++ -*-===//
10 // This file defines the GlobalModuleIndex class, which manages a global index
59 class GlobalModuleIndex {
68 /// GlobalModuleIndex.
118 explicit GlobalModuleIndex(llvm::MemoryBuffer *Buffer,
121 GlobalModuleIndex(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
122 GlobalModuleIndex &operator=(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
125 ~GlobalModuleIndex();
147 static std::pair<GlobalModuleIndex *, ErrorCode>