Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Ddebuginfo.c130 LLVMMetadataReplaceAllUsesWith(ReplaceableFunctionMetadata, FunctionMetadata); in llvm_test_dibuilder()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h1208 void LLVMMetadataReplaceAllUsesWith(LLVMMetadataRef TempTargetMetadata,
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Ddibuilder.go620 C.LLVMMetadataReplaceAllUsesWith(md.C, new.C)
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1492 void LLVMMetadataReplaceAllUsesWith(LLVMMetadataRef TargetMetadata, in LLVMMetadataReplaceAllUsesWith() function