Searched refs:addVariableAddress (Results 1 – 2 of 2) sorted by relevance
196 void addVariableAddress(const DbgVariable &DV, DIE &Die,
498 addVariableAddress(DV, *VariableDie, Location); in constructVariableDIEImpl()500 addVariableAddress(DV, *VariableDie, MachineLocation(RegOp.getReg())); in constructVariableDIEImpl()729 void DwarfCompileUnit::addVariableAddress(const DbgVariable &DV, DIE &Die, in addVariableAddress() function in llvm::DwarfCompileUnit