OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:roots_size
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCMetadata.h
152
size_t
roots_size
() const { return Roots.size(); }
function in class:llvm::GCFunctionInfo
158
size_t live_size(const iterator &p) const { return
roots_size
(); }
/external/llvm/docs/
GarbageCollection.rst
677
* ``
roots_size
()``: The count of roots in the function.
687
size_t RootCount = FI->
roots_size
();
[
all
...]
Completed in 351 milliseconds