Searched refs:getSourceFileCount (Results 1 – 3 of 3) sorted by relevance
89 Thisi = R.Modules->getSourceFileCount(RealModi); in operator -()101 assert(Filei <= Modules->getSourceFileCount(Modi)); in operator +=()128 Filei = Modules->getSourceFileCount(Modi); in setValue()139 assert(Filei <= Modules->getSourceFileCount(Modi)); in isEnd()143 if (Filei == Modules->getSourceFileCount(Modi)) in isEnd()248 uint32_t DbiModuleList::getSourceFileCount() const { in getSourceFileCount() function in DbiModuleList252 uint16_t DbiModuleList::getSourceFileCount(uint32_t Modi) const { in getSourceFileCount() function in DbiModuleList273 if (Index >= getSourceFileCount()) in getFileName()
75 uint32_t getSourceFileCount() const;76 uint16_t getSourceFileCount(uint32_t Modi) const;
183 uint32_t file_count = modules.getSourceFileCount(modi); in GetOrCreateCompiland()