Home
last modified time | relevance | path

Searched refs:getModuleCount (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumModules.cpp28 return static_cast<uint32_t>(Modules.getModuleCount()); in getChildCount()
33 if (Index >= Modules.getModuleCount()) in getChildAtIndex()
39 if (Index >= Modules.getModuleCount()) in getNext()
DDbiModuleList.cpp138 assert(Modi <= Modules->getModuleCount()); in isEnd()
141 if (Modi == Modules->getModuleCount()) in isEnd()
242 uint32_t DbiModuleList::getModuleCount() const { in getModuleCount() function in DbiModuleList
255 assert(Modi < getModuleCount()); in getModuleDescriptor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h76 uint32_t getModuleCount() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp328 if (I >= Modules.getModuleCount()) { in iterateOneModule()
375 uint32_t Count = Modules.getModuleCount(); in iterateModules()
DStreamUtil.cpp82 for (uint32_t I = 0; I < Modules.getModuleCount(); ++I) { in discoverStreamPurposes()
DYAMLOutputStyle.cpp209 for (uint32_t I = 0; I < Modules.getModuleCount(); ++I) { in dumpDbiStream()
DInputFile.cpp494 uint32_t Count = Dbi.modules().getModuleCount(); in isEnd()
DDumpOutputStyle.cpp610 uint32_t ModCount = Modules.getModuleCount(); in dumpSymbolStats()