HomeSort by relevance Sort by last modified time
    Searched refs:ChildScopeCount (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 337 unsigned ChildScopeCount;
341 createScopeChildrenDIE(Scope, Children, &ChildScopeCount);
353 if (Children.size() == ChildScopeCount) {
549 unsigned *ChildScopeCount) {
560 if (ChildScopeCount)
561 *ChildScopeCount = Children.size() - ChildCountWithoutScopes;
DwarfCompileUnit.h 156 unsigned *ChildScopeCount = nullptr);

Completed in 57 milliseconds