HomeSort by relevance Sort by last modified time
    Searched refs:constructVariableDIE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 147 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
148 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
150 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
DwarfCompileUnit.cpp 469 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
470 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) {
538 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV,
541 auto Var = constructVariableDIE(DV, Scope.isAbstractScope());
553 Children.push_back(constructVariableDIE(*DV, *Scope, ObjectPointer));
700 auto VariableDie = constructVariableDIE(NewVar);

Completed in 45 milliseconds