OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getModuleCount
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiModuleList.cpp
137
assert(Modi <= Modules->
getModuleCount
());
140
if (Modi == Modules->
getModuleCount
())
241
uint32_t DbiModuleList::
getModuleCount
() const {
254
assert(Modi <
getModuleCount
());
SymbolCache.cpp
80
Compilands.resize(Dbi->modules().
getModuleCount
());
266
return Dbi->modules().
getModuleCount
();
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleList.h
76
uint32_t
getModuleCount
() const;
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.cpp
43
if (Index >= Modules.
getModuleCount
())
503
uint32_t Count = Dbi.modules().
getModuleCount
();
StreamUtil.cpp
81
for (uint32_t I = 0; I < Modules.
getModuleCount
(); ++I) {
BytesOutputStyle.cpp
327
if (I >= Modules.
getModuleCount
()) {
372
uint32_t Count = Modules.
getModuleCount
();
YAMLOutputStyle.cpp
217
for (uint32_t I = 0; I < Modules.
getModuleCount
(); ++I) {
DumpOutputStyle.cpp
671
uint32_t ModCount = Modules.
getModuleCount
();
Completed in 17 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026