Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp48 resetDebugValue(1, Assign->getRawAddress());
491 resetDebugValue(2, New); in setAssignId()
495 resetDebugValue( in setKillAddress()
H A DMetadata.cpp169 resetDebugValue(Idx, New); in handleChangedValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h480 resetDebugValue(0, NewLocation); in setRawLocation()
528 void setAddress(Value *V) { resetDebugValue(1, ValueAsMetadata::get(V)); } in setAddress()
H A DMetadata.h280 void resetDebugValue(size_t Idx, Metadata *DebugValue) { in resetDebugValue() function