Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp1057 LLVMAliasSetAliasee(Alias, clone_constant(Aliasee, M)); in clone_symbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2168 void LLVMAliasSetAliasee(LLVMValueRef Alias, LLVMValueRef Aliasee);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2009 void LLVMAliasSetAliasee(LLVMValueRef Alias, LLVMValueRef Aliasee) { in LLVMAliasSetAliasee() function