OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTreeSize
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WindowsResource.cpp
294
uint32_t WindowsResourceParser::TreeNode::
getTreeSize
() const {
309
Size += Child.second->
getTreeSize
();
312
Size += Child.second->
getTreeSize
();
388
SectionOneSize = Resources.
getTreeSize
();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
554
unsigned
getTreeSize
() const { return VectorizableTree.size(); }
[
all
...]
Completed in 1357 milliseconds