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.cpp47 resetDebugValue(1, Assign->getRawAddress());
490 resetDebugValue(2, New); in setAssignId()
494 resetDebugValue( in setKillAddress()
H A DMetadata.cpp169 resetDebugValue(Idx, New); in handleChangedValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h461 resetDebugValue(0, NewLocation); in setRawLocation()
509 void setAddress(Value *V) { resetDebugValue(1, ValueAsMetadata::get(V)); } in setAddress()
H A DMetadata.h273 void resetDebugValue(size_t Idx, Metadata *DebugValue) { in resetDebugValue() function