Searched refs:constructVariableDIE (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.h | 210 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false); 212 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
|
| D | DwarfCompileUnit.cpp | 580 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) { in constructVariableDIE() function in DwarfCompileUnit 707 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, in constructVariableDIE() function in DwarfCompileUnit 710 auto Var = constructVariableDIE(DV, Scope.isAbstractScope()); in constructVariableDIE() 800 Children.push_back(constructVariableDIE(*DV.second, *Scope, ObjectPointer)); in createScopeChildrenDIE() 805 Children.push_back(constructVariableDIE(*DV, *Scope, ObjectPointer)); in createScopeChildrenDIE()
|