Searched defs:replaceVariableLocationOp (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | DebugProgramInstruction.cpp | 286 void DbgVariableRecord::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in llvm::DbgVariableRecord |
H A D | IntrinsicInst.cpp | 121 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in DbgVariableIntrinsic |
/llvm-project/llvm/unittests/IR/ | ||
H A D | DebugInfoTest.cpp | 486 TEST(DbgAssignIntrinsicTest, replaceVariableLocationOp) { in TEST() argument |