Home | History | Annotate | Download | only in Serialization

Lines Matching defs:GlobalModuleIndex

1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
10 // This file implements the GlobalModuleIndex class.
19 #include "clang/Serialization/GlobalModuleIndex.h"
126 GlobalModuleIndex::GlobalModuleIndex(std::unique_ptr<llvm::MemoryBuffer> Buffer,
231 GlobalModuleIndex::~GlobalModuleIndex() {
235 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
236 GlobalModuleIndex::readIndex(StringRef Path) {
263 return std::make_pair(new GlobalModuleIndex(std::move(Buffer), Cursor),
268 GlobalModuleIndex::getKnownModules(SmallVectorImpl<ModuleFile *> &ModuleFiles) {
276 void GlobalModuleIndex::getModuleDependencies(
294 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) {
320 bool GlobalModuleIndex::loadedModuleFile(ModuleFile *File) {
347 void GlobalModuleIndex::printStats() {
357 void GlobalModuleIndex::dump() {
767 GlobalModuleIndex::ErrorCode
768 GlobalModuleIndex::writeIndex(FileManager &FileMgr,
885 IdentifierIterator *GlobalModuleIndex::createIdentifierIterator() const {