OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumModuleMDValues
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h
87
unsigned
NumModuleMDValues
;
ValueEnumerator.cpp
447
NumModuleMDValues
= MDValues.size();
512
for (unsigned i =
NumModuleMDValues
, e = MDValues.size(); i != e; ++i)
518
MDValues.resize(
NumModuleMDValues
);
Completed in 136 milliseconds