Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h148 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
150 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
DDwarfCompileUnit.cpp470 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) { in constructVariableDIE() function in llvm::DwarfCompileUnit
538 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, in constructVariableDIE() function in llvm::DwarfCompileUnit
541 auto Var = constructVariableDIE(DV, Scope.isAbstractScope()); in constructVariableDIE()
553 Children.push_back(constructVariableDIE(*DV, *Scope, ObjectPointer)); in createScopeChildrenDIE()
700 auto VariableDie = constructVariableDIE(NewVar); in collectDeadVariables()