Home
last modified time | relevance | path

Searched refs:setVariable (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h222 void setVariable(DILocalVariable *NewVar) { Variable = NewVar; } in setVariable() function
H A DIntrinsicInst.h322 void setVariable(DILocalVariable *NewVar) { in setVariable() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1601 DPV.setVariable(GetUpdatedDIVariable(DPV.getVariable())); in fixupDebugInfoPostExtraction()
1646 DVI->setVariable(GetUpdatedDIVariable(DVI->getVariable())); in fixupDebugInfoPostExtraction()
H A DValueMapper.cpp544 V.setVariable(cast<DILocalVariable>(MappedVar)); in remapDPValue()