HomeSort by relevance Sort by last modified time
    Searched refs:constructVariableDIE (Results 1 - 8 of 8) 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-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 191 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
192 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
194 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
DwarfCompileUnit.cpp 502 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
503 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) {
591 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV,
594 auto Var = constructVariableDIE(DV, Scope.isAbstractScope());
684 Children.push_back(constructVariableDIE(*DV.second, *Scope, ObjectPointer));
689 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 715 milliseconds