Home
last modified time | relevance | path

Searched refs:getSourceFileCount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp89 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 DbiModuleList
252 uint16_t DbiModuleList::getSourceFileCount(uint32_t Modi) const { in getSourceFileCount() function in DbiModuleList
273 if (Index >= getSourceFileCount()) in getFileName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h75 uint32_t getSourceFileCount() const;
76 uint16_t getSourceFileCount(uint32_t Modi) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp183 uint32_t file_count = modules.getSourceFileCount(modi); in GetOrCreateCompiland()