Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h240 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
244 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
H A DDwarfCompileUnit.cpp746 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) { in constructVariableDIE() function in DwarfCompileUnit
952 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, in constructVariableDIE() function in DwarfCompileUnit
955 auto Var = constructVariableDIE(DV, Scope.isAbstractScope()); in constructVariableDIE()
1111 ScopeDIE.addChild(constructVariableDIE(*DV.second, *Scope, ObjectPointer)); in createAndAddScopeChildren()
1116 ScopeDIE.addChild(constructVariableDIE(*DV, *Scope, ObjectPointer)); in createAndAddScopeChildren()