Searched refs:constructVariableDIE (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 217 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false); 219 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
|
| H A D | DwarfCompileUnit.cpp | 705 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) { in constructVariableDIE() function in DwarfCompileUnit 908 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, in constructVariableDIE() function in DwarfCompileUnit 911 auto Var = constructVariableDIE(DV, Scope.isAbstractScope()); in constructVariableDIE() 1058 ScopeDIE.addChild(constructVariableDIE(*DV.second, *Scope, ObjectPointer)); in createAndAddScopeChildren() 1063 ScopeDIE.addChild(constructVariableDIE(*DV, *Scope, ObjectPointer)); in createAndAddScopeChildren()
|