Searched refs:FuncDie (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.h | 31 const DWARFDie FuncDie; member 34 DWARFUnit *Unit, const DWARFDie FuncDie) in LiveVariable() 35 : LocExpr(LocExpr), VarName(VarName), Unit(Unit), FuncDie(FuncDie) {} in LiveVariable() 66 void addVariable(DWARFDie FuncDie, DWARFDie VarDie);
|
H A D | SourcePrinter.cpp | 54 void LiveVariablePrinter::addVariable(DWARFDie FuncDie, DWARFDie VarDie) { in addVariable() argument 56 FuncDie.getLowAndHighPC(FuncLowPC, FuncHighPC, SectionIndex); in addVariable() 72 LiveVariables.emplace_back(LocExpr, VarName, U, FuncDie); in addVariable() 80 LiveVariables.emplace_back(WholeFuncExpr, VarName, U, FuncDie); in addVariable()
|