Searched refs:GlobalIndex (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp328 GlobalIndex = Index;
329 if (!GlobalIndex) {
337 if (!GlobalIndex->loadedModuleFile(&M))
342 if (!GlobalIndex || GlobalIndex->loadedModuleFile(MF))
H A DASTReader.cpp2074 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
4118 if (GlobalIndex)
4137 GlobalIndex.reset(Result.first);
4138 ModuleMgr.setGlobalIndex(GlobalIndex.get());
4236 GlobalIndex.reset();
5532 SubmoduleID GlobalIndex = GlobalID - NUM_PREDEF_SUBMODULE_IDS; local
5533 if (GlobalIndex >= SubmodulesLoaded.size() ||
5534 SubmodulesLoaded[GlobalIndex]) {
5570 SubmodulesLoaded[GlobalIndex] = CurrentModule;
5905 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) { argument
5933 ReadSkippedRange(unsigned GlobalIndex) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleManager.h99 GlobalModuleIndex *GlobalIndex = nullptr; member in class:clang::serialization::ModuleManager
H A DASTReader.h449 std::unique_ptr<GlobalModuleIndex> GlobalIndex; member in class:clang::ASTReader
1394 /// Returns (ModuleFile, Local index) pair for \p GlobalIndex of a
1397 getModulePreprocessedEntity(unsigned GlobalIndex);
1648 bool hasGlobalIndex() const { return (bool)GlobalIndex; }
1651 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); }
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp2099 GlobalModuleIndex *GlobalIndex = TheASTReader->getGlobalIndex(); local
2101 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() &&
2117 GlobalIndex = TheASTReader->getGlobalIndex();
2121 if (!HaveFullGlobalModuleIndex && GlobalIndex && !buildingModule()) {
2148 GlobalIndex = TheASTReader->getGlobalIndex();
2152 return GlobalIndex;
2163 GlobalModuleIndex *GlobalIndex = loadGlobalModuleIndex( local
2167 if (GlobalIndex) {
2173 if (GlobalIndex->lookupIdentifier(Name, FoundModules))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1630 unsigned GlobalIndex = 0; local
1637 TypeMembers[I->second].insert(GlobalIndex);
1639 GlobalIndices[GTM] = GlobalIndex;
1640 GlobalIndex++;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp579 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; local
580 wasm::WasmGlobal &Global = Globals[GlobalIndex];

Completed in 220 milliseconds