Home
last modified time | relevance | path

Searched refs:ChildScopeCount (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp350 unsigned ChildScopeCount; in constructScopeDIE() local
354 createScopeChildrenDIE(Scope, Children, &ChildScopeCount); in constructScopeDIE()
366 if (Children.size() == ChildScopeCount) { in constructScopeDIE()
574 unsigned *ChildScopeCount) { in createScopeChildrenDIE() argument
585 if (ChildScopeCount) in createScopeChildrenDIE()
586 *ChildScopeCount = Children.size() - ChildCountWithoutScopes; in createScopeChildrenDIE()
DDwarfCompileUnit.h176 unsigned *ChildScopeCount = nullptr);