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.cpp88 Thisi = R.Modules->getSourceFileCount(RealModi); in operator -()
100 assert(Filei <= Modules->getSourceFileCount(Modi)); in operator +=()
127 Filei = Modules->getSourceFileCount(Modi); in setValue()
138 assert(Filei <= Modules->getSourceFileCount(Modi)); in isEnd()
142 if (Filei == Modules->getSourceFileCount(Modi)) in isEnd()
247 uint32_t DbiModuleList::getSourceFileCount() const { in getSourceFileCount() function in DbiModuleList
251 uint16_t DbiModuleList::getSourceFileCount(uint32_t Modi) const { in getSourceFileCount() function in DbiModuleList
272 if (Index >= getSourceFileCount()) in getFileName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h77 LLVM_ABI uint32_t getSourceFileCount() const;
78 LLVM_ABI uint16_t getSourceFileCount(uint32_t Modi) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp182 uint32_t file_count = modules.getSourceFileCount(modi); in GetOrCreateCompiland()