Searched defs:ChildScopeCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp350 unsigned ChildScopeCount; local
354 createScopeChildrenDIE(Scope, Children, &ChildScopeCount);
366 if (Children.size() == ChildScopeCount) {
574 unsigned *ChildScopeCount) {
585 if (ChildScopeCount)
586 *ChildScopeCount = Children.size() - ChildCountWithoutScopes;
572 createScopeChildrenDIE(LexicalScope *Scope, SmallVectorImpl<DIE *> &Children, unsigned *ChildScopeCount) argument

Completed in 253 milliseconds