Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp1278 LLVMAliasSetAliasee(Alias, clone_constant(Aliasee, M)); in clone_symbols()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h2480 void LLVMAliasSetAliasee(LLVMValueRef Alias, LLVMValueRef Aliasee);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2265 void LLVMAliasSetAliasee(LLVMValueRef Alias, LLVMValueRef Aliasee) { in LLVMAliasSetAliasee() function