Searched refs:constructVariableDIE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 215 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false); 217 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
|
| H A D | DwarfCompileUnit.cpp | 691 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) { in constructVariableDIE() function in DwarfCompileUnit 894 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, in constructVariableDIE() function in DwarfCompileUnit 897 auto Var = constructVariableDIE(DV, Scope.isAbstractScope()); in constructVariableDIE() 1015 Children.push_back(constructVariableDIE(*DV.second, *Scope, ObjectPointer)); in createScopeChildrenDIE() 1020 Children.push_back(constructVariableDIE(*DV, *Scope, ObjectPointer)); in createScopeChildrenDIE()
|