Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h144 static DPValue *createDPValue(Value *Location, DILocalVariable *DV,
146 static DPValue *createDPValue(Value *Location, DILocalVariable *DV,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp62 DPValue *DPValue::createDPValue(Value *Location, DILocalVariable *DV, in createDPValue() function in llvm::DPValue
68 DPValue *DPValue::createDPValue(Value *Location, DILocalVariable *DV, in createDPValue() function in llvm::DPValue
71 auto *NewDPValue = createDPValue(Location, DV, Expr, DI); in createDPValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp109 return DPValue::createDPValue(NewValue, Variable, Expression, DI, in createDebugValue()