OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumDescriptors
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/DebugInfo/
DWARFDebugArangeSet.h
64
uint32_t
getNumDescriptors
() const { return ArangeDescriptors.size(); }
DWARFDebugAranges.cpp
30
Count += Set.
getNumDescriptors
();
46
for (uint32_t i = 0, n = Set.
getNumDescriptors
(); i < n; ++i) {
Completed in 24 milliseconds