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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 420 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
421 std::unique_ptr<DIE> constructVariableDIE(DbgVariable &DV,
DwarfDebug.cpp 446 static std::unique_ptr<DIE> constructVariableDIE(DwarfCompileUnit &TheCU,
450 auto Var = TheCU.constructVariableDIE(DV, Scope.isAbstractScope());
466 constructVariableDIE(TheCU, *ArgDV, *Scope, ObjectPointer));
480 Children.push_back(constructVariableDIE(TheCU, *DV, *Scope, ObjectPointer));
    [all...]
DwarfUnit.cpp     [all...]

Completed in 124 milliseconds