Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h221 void constructScopeDIE(LexicalScope *Scope, DIE &ParentScopeDIE);
234 DIE *constructInlinedScopeDIE(LexicalScope *Scope, DIE &ParentScopeDIE);
H A DDwarfCompileUnit.cpp619 DIE &ParentScopeDIE) { in constructScopeDIE() argument
632 DIE *ScopeDIE = constructInlinedScopeDIE(Scope, ParentScopeDIE); in constructScopeDIE()
646 ParentScopeDIE.addChild(ScopeDIE); in constructScopeDIE()
733 DIE &ParentScopeDIE) { in constructInlinedScopeDIE() argument
743 ParentScopeDIE.addChild(ScopeDIE); in constructInlinedScopeDIE()