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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 167 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
168 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
170 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
DwarfCompileUnit.cpp 482 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
483 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) {
563 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV,
566 auto Var = constructVariableDIE(DV, Scope.isAbstractScope());
578 Children.push_back(constructVariableDIE(*DV, *Scope, ObjectPointer));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 284 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
285 DIE *constructVariableDIE(DbgVariable *DV, bool isScopeAbstract);
DwarfDebug.h 333 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
334 DIE *constructVariableDIE(DbgVariable *DV, LexicalScope *S);
DwarfDebug.cpp 386 TheCU->constructVariableDIE(ArgDV, Scope->isAbstractScope()))
393 TheCU->constructVariableDIE(Variables[i], Scope->isAbstractScope()))
687 SPCU->constructVariableDIE(NewVar, Scope->isAbstractScope()))
    [all...]
DwarfCompileUnit.cpp     [all...]

Completed in 369 milliseconds