Home
last modified time | relevance | path

Searched refs:DbgVar (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DAssignmentTrackingAnalysis.cpp570 DebugVariable DbgVar = FnVarLocs->getVariable(VarLoc.VariableID); in addDef() local
571 if (skipVariable(DbgVar.getVariable())) in addDef()
576 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
579 DebugAggregate(DbgVar.getVariable(), VarLoc.DL.getInlinedAt())); in addDef()
589 assert(static_cast<bool>(DbgVar.getVariable()->getSizeInBits())); in addDef()
591 EndBit = *DbgVar.getVariable()->getSizeInBits(); in addDef()
606 LLVM_DEBUG(dbgs() << "DEF " << DbgVar.getVariable()->getName() << " [" in addDef()
1584 DebugVariable DbgVar = FnVarLocs->getVariable(Var); in process() local
1585 DebugAggregate Aggr{DbgVar.getVariable(), DbgVar.getInlinedAt()}; in process()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp968 SmallDenseMap<const DILocalVariable *, DbgVariable *> DbgVar; in sortLocalVars() local
976 DbgVar.insert({Var->getVariable(), Var}); in sortLocalVars()
1013 if (DbgVariable *Var = DbgVar.lookup(Dep)) in sortLocalVars()
DDwarfDebug.cpp1563 if (DbgVariable *DbgVar = MFVars.lookup(Var)) in collectVariableInfoFromMFTable() local
1564 DbgVar->addMMIEntry(*RegVar); in collectVariableInfoFromMFTable()